Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $scope.OnClickSelect = function(item) {
  2. if (item.name === 'Nicole') {
  3. if ($scope.multipleDemo.length > 0) {
  4. $scope.multipleDemo.pop =[];
  5. }
  6. $scope.disabled = true;
  7. }
  8. $scope.multipleDemo.push(item.age);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement