Posts by kellow • 31 points
1 post
-
3
votes2
answers314
viewsQ: How to omit a specific ng-options item?
I have this code snippet below to load a combobox with the 'name' of all values and is working correctly. <select ng-model="information" ng-options="value.id as value.name for value in…