Skip to content

Commit 788e145

Browse files
committed
release(1.8.0): fix ng-model issues
Closes #209 #243 #244 Thanks to @abyx
1 parent 1961e0b commit 788e145

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/angular-chosen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-chosen-localytics - Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way
3-
* @version v1.7.0
3+
* @version v1.8.0
44
* @link http://github.com/leocaseiro/angular-chosen
55
* @license MIT
66
*/

dist/angular-chosen.min.js

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-chosen-localytics",
33
"filename": "chosen.js",
44
"main": "dist/angular-chosen.js",
5-
"version": "1.7.0",
5+
"version": "1.8.0",
66
"description": "Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way",
77
"homepage": "http://github.com/leocaseiro/angular-chosen",
88
"repository": {
@@ -22,6 +22,7 @@
2222
"author": "jr314159",
2323
"contributors": [
2424
"abuggia",
25+
"abyx",
2526
"charandas",
2627
"dariusriggins",
2728
"darlanalves",

0 commit comments

Comments
 (0)