Skip to content

Commit

Permalink
Merge pull request #153 from Want100Cookies/feature/fix-group-creation
Browse files Browse the repository at this point in the history
Fix group creation
  • Loading branch information
jstrating authored Jan 25, 2018
2 parents bc427da + fc88623 commit 9d95ef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function userChipsInputCtrl(UserService, $scope) {
this.users = [];

$scope.$watchCollection('$ctrl.selectedUsers', (users) => {
this.users = users;
if(users) this.users = users;
});

$scope.$watchCollection('$ctrl.users', (users) => {
Expand Down

0 comments on commit 9d95ef8

Please sign in to comment.