Skip to content

Commit 2edf5ac

Browse files
author
Chris Gross
committed
revert to promise-tracker 1.5
1 parent 1af18e6 commit 2edf5ac

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Show busy/loading indicators on any element during $http requests (or any promise).
44
5-
This library depends on [Andy Joslin's angular-promise-tracker](https://github.com/ajoslin/angular-promise-tracker).
5+
This library depends on v1.5 of [Andy Joslin's angular-promise-tracker](https://github.com/ajoslin/angular-promise-tracker).
66

77
Annotate an `$http` request using `angular-promise-tracker` and add `cg-busy` on an element to display a busy
88
indication on a specific element during the `$http` request.
@@ -76,6 +76,7 @@ angular.module('yourapp').value('cgBusyTemplateName','your_custom_template_here.
7676
Templates are full, normal Angular partials with access to the scope of where the `cg-busy` was used.
7777

7878
## Release History
79+
* v3.0.2 - Reverting back to promise-tracker v1.5 due to changes in the api.
7980
* v3.0.1 - Fix for using cg-busy when a tracker has already been registered.
8081
* v3.0.0 - Support for new promise-tracker api. Fix for multiple cg-busy's on the same scope.
8182
* v2.2.0 - Support for multiple trackers per indicator.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "angular-busy",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"main": [
55
"dist/angular-busy.js",
66
"dist/angular-busy.css"
77
],
88
"dependencies": {
99
"angular": "~1.2",
10-
"angular-promise-tracker": "~2.0",
10+
"angular-promise-tracker": "~1.5",
1111
"angular-animate": "~1.2"
1212
},
1313
"ignore": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-busy",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)