Skip to content

Instantly share code, notes, and snippets.

@gabeodess
Created April 30, 2015 16:33
Show Gist options
  • Save gabeodess/bee82efb7d33d5cf49c7 to your computer and use it in GitHub Desktop.
Save gabeodess/bee82efb7d33d5cf49c7 to your computer and use it in GitHub Desktop.
ngOptions
<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