Skip to content

Instantly share code, notes, and snippets.

@tuckbloor
Created November 25, 2015 08:36
Show Gist options
  • Save tuckbloor/fa8db01538221e3fa1eb to your computer and use it in GitHub Desktop.
Save tuckbloor/fa8db01538221e3fa1eb to your computer and use it in GitHub Desktop.
angular select
<select class="form-control" ng-options="cat.id as cat.name for cat in categories" ng-model="categoryId"></select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment