Created
May 10, 2014 13:55
-
-
Save ukyo/0f39c29b73e1b67d8d00 to your computer and use it in GitHub Desktop.
これな気がしてきた
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<radio-group name="fruit" ng-model="fruit"> | |
<radio ng-value="1">apple</radio> | |
<radio ng-value="2">banana</radio> | |
</radio-group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment