Created
April 30, 2015 16:33
-
-
Save gabeodess/bee82efb7d33d5cf49c7 to your computer and use it in GitHub Desktop.
ngOptions
This file contains hidden or 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
<select | |
name="coffee" | |
id="coffee" | |
class='form-control' | |
ng-model="subscription.great_coffees[$index]" | |
ng-options='coffee as coffee.name group by coffee.category_name for coffee in coffees track by coffee.id' | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment