Skip to content

Commit

Permalink
Release v0.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cliechty committed Nov 13, 2014
1 parent a859302 commit 731178e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 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-agility",
"version": "0.8.18",
"version": "0.8.19",
"homepage": "https://github.com/AngularAgility/AngularAgility",
"authors": [
"John Culviner <[email protected]>"
Expand Down
7 changes: 1 addition & 6 deletions dist/angular-agility.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
angular-agility "version":"0.8.18" @ 2014-11-09T18:26:01
angular-agility "version":"0.8.19" @ 2014-11-13T09:44:02
Copyright (c) 2014 - John Culviner
Licensed under the MIT license
*/
Expand Down Expand Up @@ -1878,11 +1878,6 @@ angular
}

element.on('click', submit);

if (attrs.type === 'submit') {
//this should be the form's default 'on enter' behavior for submission
ngForm.$aaFormExtensions.$onEnterKey = submit;
}
}
};
}]);
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-agility.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-agility",
"version": "0.8.18",
"version": "0.8.19",
"dependencies": {
"express": "^3.10.2",
"lodash": "^2.4.1"
Expand Down

0 comments on commit 731178e

Please sign in to comment.