We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to only include angular.module('myApp', ['cfpLoadingBar']) in the app.
But there is an error that no module cfpLoadingBar in source code. It seems to need to include chieffancypants.loadingBar module to use it.
cfpLoadingBar is a provider of chieffancypants.loadingBar, so we might not can use cfpLoadingBar as a module.
Thank you so much
Ben
The text was updated successfully, but these errors were encountered:
Wow -- you're totally right. Thanks for the heads up. PRs welcome, should be pretty easy update, but I won't have a chance to take a look for a bit.
Sorry, something went wrong.
same here! is this fixed?
issue #46: new module created just for the service API
6c2b0e5
I just made the required changes in master. Give it a shot and let me know if it works out for you. I'll push to bower/npm if so
chieffancypants
No branches or pull requests
Try to only include angular.module('myApp', ['cfpLoadingBar']) in the app.
But there is an error that no module cfpLoadingBar in source code. It seems to need to include chieffancypants.loadingBar module to use it.
cfpLoadingBar is a provider of chieffancypants.loadingBar, so we might not can use cfpLoadingBar as a module.
Thank you so much
Ben
The text was updated successfully, but these errors were encountered: