Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!-- ng-repeat="user in vm.users" ng-repeat="profile in vm.profiles -->
  2.  
  3. <select class="form-control"
  4. ng-model="user.profile"
  5. ng-options="profile.name for profile in vm.profiles | filter: {name: '!{{user.profile.name}}'}"
  6. ng-value="{{user.profile.$id}}">
  7. <option value="">{{user.profile.name}}</option>
  8. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement