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

Commit

Permalink
Merge pull request #9 from boneskull/master
Browse files Browse the repository at this point in the history
fixing stupid key event problem. version bump. hilarity
  • Loading branch information
Christopher Hiller committed Sep 20, 2013
2 parents 24603d4 + 7c1588b commit 40ee14f
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pure AngularJS tagging widget with typeahead support courtesy of [ui-bootstrap](
Current Version
---------------
```
0.2.4
0.2.5
```


Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-tags",
"version": "0.2.4",
"version": "0.2.5",
"main": "dist/angular-tags-0.2.4.js",
"dependencies": {
"angular-ui-bootstrap-bower": "~0.6.0",
Expand Down
2 changes: 0 additions & 2 deletions dist/angular-tags-0.2.4-tpls.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/angular-tags-0.2.4.min.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ angular.module("templates/tag.html", []).run(["$templateCache", function($templa
* Inspects whatever you typed to see if there were character(s) of
* concern.
*/
element.bind('keypress',
element.bind('keyup',
function (evt) {
scope.$apply(function () {
// to "complete" a tag
Expand Down
Loading

0 comments on commit 40ee14f

Please sign in to comment.