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

Commit 9ccfcc9

Browse files
committed
added initialisation value for tagging
1 parent 2c7d3fe commit 9ccfcc9

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.8.0 - 2014-10-07T13:28:21.748Z
4+
* Version: 0.8.0 - 2014-10-07T13:45:31.567Z
55
* License: MIT
66
*/
77

dist/select.css.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.js

Lines changed: 3 additions & 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.8.0 - 2014-10-07T13:28:21.745Z
4+
* Version: 0.8.0 - 2014-10-07T13:45:31.563Z
55
* License: MIT
66
*/
77

@@ -587,6 +587,8 @@
587587

588588
$select.onSelectCallback = $parse(attrs.onSelect);
589589

590+
$select.tagging = {isActivated: false, fct: undefined};
591+
590592
//From view --> model
591593
ngModel.$parsers.unshift(function (inputValue) {
592594
var locals = {},

0 commit comments

Comments
 (0)