Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from mohbasheer/dev
Browse files Browse the repository at this point in the history
#12  version 1.0.7
  • Loading branch information
mohbasheer authored Sep 18, 2016
2 parents bbd337f + d40828e commit eedec8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-chips",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "https://github.com/mohbasheer/angular-chips",
"authors": [
"Mohammed Basheer"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-chips",
"version": "1.0.0",
"version": "1.0.7",
"description": "",
"author": "Mohammed Basheer",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/js/directives/controls/chip_control.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
if (event.keyCode === 13 && event.target.value !== '') {
chipsCtrl.addChip(event.target.value);
event.target.value = "";
event.preventDefault();
}
});

Expand Down

0 comments on commit eedec8a

Please sign in to comment.