-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Description
What version of angular-loading-bar are you using?
0.9.0
What version of AngularJS are you using?
1.6.1
What browsers are affected?
All
Please describe the issue
Using angular-loading-bar
on my AngularJS project and I love it.
Is there any way I can check the status
of the loading bar and hide/disable a button based on that?
I saw the Service API
but that doesn't seem to work.
When I try to use cfp.loadingBar.status()
, the app just does not respond.
angular.module('myApp', [cfpLoadingBar])
What did you expect to happen?
Get a status percentage using console.log(cfp.loadingBar.status())
.
Metadata
Metadata
Assignees
Labels
No labels