Skip to content
This repository was archived by the owner on Aug 24, 2017. It is now read-only.

Commit 40ee14f

Browse files
author
Christopher Hiller
committed
Merge pull request #9 from boneskull/master
fixing stupid key event problem. version bump. hilarity
2 parents 24603d4 + 7c1588b commit 40ee14f

14 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pure AngularJS tagging widget with typeahead support courtesy of [ui-bootstrap](
66
Current Version
77
---------------
88
```
9-
0.2.4
9+
0.2.5
1010
```
1111

1212

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tags",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"main": "dist/angular-tags-0.2.4.js",
55
"dependencies": {
66
"angular-ui-bootstrap-bower": "~0.6.0",

dist/angular-tags-0.2.4-tpls.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/angular-tags-0.2.4.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/angular-tags-0.2.4-tpls.js renamed to dist/angular-tags-0.2.5-tpls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ angular.module("templates/tag.html", []).run(["$templateCache", function($templa
309309
* Inspects whatever you typed to see if there were character(s) of
310310
* concern.
311311
*/
312-
element.bind('keypress',
312+
element.bind('keyup',
313313
function (evt) {
314314
scope.$apply(function () {
315315
// to "complete" a tag

0 commit comments

Comments
 (0)