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 #14 from mohbasheer/dev
Browse files Browse the repository at this point in the history
#12 added dist files for v1.0.8
  • Loading branch information
mohbasheer authored Sep 18, 2016
2 parents eedec8a + d6cb251 commit 49bb5a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.7",
"version": "1.0.8",
"homepage": "https://github.com/mohbasheer/angular-chips",
"authors": [
"Mohammed Basheer"
Expand Down
1 change: 1 addition & 0 deletions dist/angular-chips.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
if (event.keyCode === 13 && event.target.value !== '') {
chipsCtrl.addChip(event.target.value);
event.target.value = "";
event.preventDefault();
}
});

Expand Down
2 changes: 1 addition & 1 deletion dist/angular-chips.min.js

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

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.7",
"version": "1.0.8",
"description": "",
"author": "Mohammed Basheer",
"license": "MIT",
Expand Down

0 comments on commit 49bb5a8

Please sign in to comment.