Skip to content

Commit d6cb251

Browse files
committed
mohbasheer#12 added dist files for v1.0.8
1 parent d40828e commit d6cb251

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chips",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"homepage": "https://github.com/mohbasheer/angular-chips",
55
"authors": [
66
"Mohammed Basheer"

dist/angular-chips.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@
414414
if (event.keyCode === 13 && event.target.value !== '') {
415415
chipsCtrl.addChip(event.target.value);
416416
event.target.value = "";
417+
event.preventDefault();
417418
}
418419
});
419420

dist/angular-chips.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chips",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "",
55
"author": "Mohammed Basheer",
66
"license": "MIT",

0 commit comments

Comments
 (0)