Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

ng-options angularjs example

<select ng-options="item.subItem as item.label for item in items track by item.id" ng-model="selected"></select>
Source by docs.angularjs.org #
 
PREVIOUS NEXT
Tagged: #angularjs
ADD COMMENT
Topic
Name
2+8 =