We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316f60f commit 8ceeeccCopy full SHA for 8ceeecc
docs/content/guide/forms.ngdoc
@@ -28,8 +28,8 @@ for other directives to augment its behavior.
28
<form novalidate class="simple-form">
29
<label>Name: <input type="text" ng-model="user.name" /></label><br />
30
<label>E-mail: <input type="email" ng-model="user.email" /></label><br />
31
- Gender: <label><input type="radio" ng-model="user.gender" value="male" />male</label>
32
- <label><input type="radio" ng-model="user.gender" value="female" />female</label><br />
+ Best Editor: <label><input type="radio" ng-model="user.preference" value="vi" />vi</label>
+ <label><input type="radio" ng-model="user.preference" value="emacs" />emacs</label><br />
33
<input type="button" ng-click="reset()" value="Reset" />
34
<input type="submit" ng-click="update(user)" value="Save" />
35
</form>
0 commit comments