Skip to content

Commit 817c1c1

Browse files
committed
docs(*): new deploy (angular-ui/ui-select@55e82e8)
1 parent 40bf1cd commit 817c1c1

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

dist/select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.16.1 - 2016-04-07T21:55:41.624Z
4+
* Version: 0.16.1 - 2016-04-16T12:43:50.279Z
55
* License: MIT
66
*/
77

dist/select.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.16.1 - 2016-04-07T21:55:41.550Z
4+
* Version: 0.16.1 - 2016-04-16T12:43:50.203Z
55
* License: MIT
66
*/
77

@@ -1835,7 +1835,7 @@ uis.directive('uiSelectSingle', ['$timeout','$compile', function($timeout, $comp
18351835
var checkFnSingle = function(d){
18361836
locals[$select.parserResult.itemName] = d;
18371837
result = $select.parserResult.modelMapper(scope, locals);
1838-
return result == inputValue;
1838+
return result === inputValue;
18391839
};
18401840
//If possible pass same object stored in $select.selected
18411841
if ($select.selected && checkFnSingle($select.selected)) {
@@ -1932,6 +1932,7 @@ uis.directive('uiSelectSingle', ['$timeout','$compile', function($timeout, $comp
19321932
}
19331933
};
19341934
}]);
1935+
19351936
// Make multiple matches sortable
19361937
uis.directive('uiSelectSort', ['$timeout', 'uiSelectConfig', 'uiSelectMinErr', function($timeout, uiSelectConfig, uiSelectMinErr) {
19371938
return {

dist/select.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)