Skip to content

Commit 1a17265

Browse files
committed
Merge branch 'master' of https://github.com/angular-ui/ui-select into refactor_v1
2 parents fe95479 + bb96d7c commit 1a17265

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"karma-coverage": "~0.2"
3434
},
3535
"scripts": {
36-
"postinstall": "bower install",
3736
"test": "gulp test"
3837
},
3938
"license": "MIT"

src/uiSelectMultipleDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ uis.directive('uiSelectMultiple', ['uiSelectMinErr','$timeout', function(uiSelec
401401

402402
}
403403
};
404-
}]);
404+
}]);

0 commit comments

Comments
 (0)