Skip to content

Commit a6fc14a

Browse files
committed
PV5-2850 Ran gulp to build dist files
1 parent a939d47 commit a6fc14a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.19.6 - 2018-01-10T19:40:15.878Z
4+
* Version: 0.19.6 - 2018-01-16T19:10:01.498Z
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.19.6 - 2018-01-10T19:40:15.785Z
4+
* Version: 0.19.6 - 2018-01-16T19:10:01.377Z
55
* License: MIT
66
*/
77

@@ -1241,10 +1241,10 @@ uis.directive('uiSelect',
12411241
}
12421242

12431243
// See Click everywhere but here event http://stackoverflow.com/questions/12931369
1244-
$document.on('click', onDocumentClick);
1244+
$document.on('click touchend', onDocumentClick);
12451245

12461246
scope.$on('$destroy', function() {
1247-
$document.off('click', onDocumentClick);
1247+
$document.off('click touchend', onDocumentClick);
12481248
});
12491249

12501250
// Move transcluded elements to their correct position in main template
@@ -1412,7 +1412,7 @@ uis.directive('uiSelect',
14121412
};
14131413

14141414
var opened = false;
1415-
1415+
14161416
scope.calculateDropdownPos = function() {
14171417
if ($select.open) {
14181418
dropdown = angular.element(element).querySelectorAll('.ui-select-dropdown');

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)