angular-busy2
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -27,8 +27,2 @@ (function () { | ||
//Apply position:relative to parent element if necessary | ||
var position = element.css('position'); | ||
if (position === 'static' || position === '' || typeof position === 'undefined') { | ||
element.css('position', 'relative'); | ||
} | ||
var templateScope; | ||
@@ -35,0 +29,0 @@ var tracker = _cgBusyTrackerFactory(); |
{ | ||
"name": "angular-busy2", | ||
"main": "index.js", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"devDependencies": { | ||
@@ -6,0 +6,0 @@ "browser-sync": "2.17.5", |
@@ -103,2 +103,3 @@ # angular-busy2 | ||
## Release History | ||
* v5.2.1 - Fix issue adding position relative on a position absolute element | ||
* v5.2.0 - Add support for direct use of $q.defer() | ||
@@ -105,0 +106,0 @@ * v5.1.1 - Fix bug when promise undefined. |
Sorry, the diff of this file is not supported yet
133
19497
309