Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <input type="radio" ng-model="ctrl.gender" value="{{ctrl.gender}}"/> /*Should be Male with radio button */
  2. <input type="radio" ng-model="ctrl.gender" value="{{ctrl.gender}}"/> /*Should be Female with radio button */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement