Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 16, 2015
1 parent 06ed6d0 commit 14aa2b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-promise-buttons",
"description": "Fabulous helper to help you with your daily form coding.",
"version": "0.1.4",
"version": "0.1.5",
"authors": [
"Johannes Millan <johannes.millan@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-promise-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ angular.module('angularPromiseButtons')
el.removeClass(cfg.btnLoadingClass);
}
if (cfg.disableBtn) {
el.attr('disabled', '');
el.removeAttr('disabled');
}
};

Expand Down
2 changes: 1 addition & 1 deletion dist/angular-promise-buttons.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-promise-buttons",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/johannesjo/angular-promise-buttons.git"
Expand Down

0 comments on commit 14aa2b8

Please sign in to comment.