Skip to content

Commit 0d3774d

Browse files
author
Aaron Jessen
committed
Update angular-bootstrap-select.js
1 parent e2d74d1 commit 0d3774d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/angular-bootstrap-select.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ angular.module('angular-bootstrap-select.extra', [])
2222
};
2323
});
2424

25+
// Updated to work with Angular v1.3.0 (tested with 1.3.0-beta.17)
2526
angular.module('angular-bootstrap-select', [])
2627
.directive('selectpicker', ['$timeout', '$parse', function ($timeout, $parse) {
2728
return {

0 commit comments

Comments
 (0)