Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <select ng-model="selectedGroupToShow.Id" ng-options="g.Id as g.Name for g in myGroups">
  2. <option value>-- All --</option>
  3. </select>
  4.  
  5. filter:{GroupId:selectedGroupToShow.Id}"
  6.  
  7. filter:selectedGroupToShow
  8.  
  9. <div ng-repeat="item in items| filter:{itemId:selectedGroupToShow.Id||undefined}">
  10. {{item.itemId}}
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement