Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. %div(ng-repeat="item in itemsController.items")
  2. %ui-select(ng-model="item"
  3. theme="bootstrap")
  4.  
  5. $scope.$watch('item', function(newItem, oldItem) {
  6. console.log(newItem);
  7. console.log(oldItem);
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement