Skip to content

Commit 718d25c

Browse files
committed
New build
1 parent c21a146 commit 718d25c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build/loading-bar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-loading-bar v0.6.0
33
* https://chieffancypants.github.io/angular-loading-bar
4-
* Copyright (c) 2014 Wes Cruver
4+
* Copyright (c) 2015 Wes Cruver
55
* License: MIT
66
*/
77

build/loading-bar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-loading-bar v0.6.0
33
* https://chieffancypants.github.io/angular-loading-bar
4-
* Copyright (c) 2014 Wes Cruver
4+
* Copyright (c) 2015 Wes Cruver
55
* License: MIT
66
*/
77
/*
@@ -200,11 +200,11 @@ angular.module('cfp.loadingBar', [])
200200
started = true;
201201

202202
if (includeBar) {
203-
$animate.enter(loadingBarContainer, $parent);
203+
$animate.enter(loadingBarContainer, $parent, angular.element($parent[0].lastChild));
204204
}
205205

206206
if (includeSpinner) {
207-
$animate.enter(spinner, $parent);
207+
$animate.enter(spinner, $parent, angular.element($parent[0].lastChild));
208208
}
209209

210210
_set(startSize);

build/loading-bar.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/loading-bar.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)