Skip to content

Commit

Permalink
release(1.8.0): fix ng-model issues
Browse files Browse the repository at this point in the history
Closes #209 #243 #244

Thanks to @abyx
  • Loading branch information
leocaseiro committed Jul 27, 2017
1 parent 1961e0b commit 788e145
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/angular-chosen.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-chosen-localytics - Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way
* @version v1.7.0
* @version v1.8.0
* @link http://github.com/leocaseiro/angular-chosen
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-chosen.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-chosen-localytics",
"filename": "chosen.js",
"main": "dist/angular-chosen.js",
"version": "1.7.0",
"version": "1.8.0",
"description": "Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way",
"homepage": "http://github.com/leocaseiro/angular-chosen",
"repository": {
Expand All @@ -22,6 +22,7 @@
"author": "jr314159",
"contributors": [
"abuggia",
"abyx",
"charandas",
"dariusriggins",
"darlanalves",
Expand Down

2 comments on commit 788e145

@abyx
Copy link
Collaborator

@abyx abyx commented on 788e145 Jul 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leocaseiro 👏

I think the README warning should be removed as well

@leocaseiro
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are too fast LOL! I was updating the README.

Many many thanks.

PS: I'm adding you as a contributor. Sorry for my delay. I've been busy coding only Angular 4 apps.

I think I forgot how to use AngularJS...

Please sign in to comment.