File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ for other directives to augment its behavior.
28
28
<form novalidate class="simple-form">
29
29
<label>Name: <input type="text" ng-model="user.name" /></label><br />
30
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 />
31
+ Best Editor : <label><input type="radio" ng-model="user.preference " value="vi " />vi </label>
32
+ <label><input type="radio" ng-model="user.preference " value="emacs " />emacs </label><br />
33
33
<input type="button" ng-click="reset()" value="Reset" />
34
34
<input type="submit" ng-click="update(user)" value="Save" />
35
35
</form>
You can’t perform that action at this time.
0 commit comments