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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 16, 2015
1 parent bd6fb72 commit cff2275
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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.5",
"version": "0.1.6",
"authors": [
"Johannes Millan <johannes.millan@gmail.com>"
],
Expand Down
3 changes: 1 addition & 2 deletions dist/angular-promise-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ angular.module('angularPromiseButtons')
}
};


scope.$watch(function ()
{
return scope.promiseBtn;
}, function (mVal)
{
if (mVal && mVal.then) {
loading();
mVal.then(loadingFinished, loadingFinished);
mVal.finally(loadingFinished);
}
});
}
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.5",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "https://github.com/johannesjo/angular-promise-buttons.git"
Expand Down

0 comments on commit cff2275

Please sign in to comment.