Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 2088838

Browse files
author
Kerry McCullough
committed
Forgot to build
1 parent fd7fd90 commit 2088838

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.14.11 - 2016-03-07T21:01:01.283Z
4+
* Version: 0.14.11 - 2016-03-07T21:03:40.696Z
55
* License: MIT
66
*/
77

dist/select.js

Lines changed: 4 additions & 4 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.14.11 - 2016-03-07T21:01:01.219Z
4+
* Version: 0.14.11 - 2016-03-07T21:03:40.638Z
55
* License: MIT
66
*/
77

@@ -945,9 +945,9 @@ uis.directive('uiSelect',
945945
$select.ngModel = ngModel;
946946

947947
//Properly check for empty if set to multiple
948-
//ngModel.$isEmpty = function(value) {
949-
// return !value || angular.isDefined($select.multiple) && value.length === 0;
950-
//};
948+
ngModel.$isEmpty = function(value) {
949+
return !value || angular.isDefined($select.multiple) && value.length === 0;
950+
};
951951

952952
$select.choiceGrouped = function(group){
953953
return $select.isGrouped && group && group.name;

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.

0 commit comments

Comments
 (0)