angular-loading
angular-loading copied to clipboard
Angular directive that lets you to prevent user interaction with part of the page and display loading/busy indicator (spinner based on spin.js)
Hi, Can you please provide support for angular versions >1.4
Updated bower.json to allow support for the latest dependencies.
The name of the module to include specified in the "read me" file should be darthwade.dwLoading
**Abstract** : I want to show loading while i am saving the some object on backend and after that happens then i am attaching new html to current structure by...
On the documentation you put the module name: darthwade.loading which doesn't work, and need to be changed to: darthwade.dwLoading
…to change the options See issue #12
Every time we call ``` $loading.update('key', {options}); ``` with different options (especially text), a new wrapper will be appened to the body. We ended up having quite some containers hanging...
I ran into a bug when using the angular-loading component with grunt:wiredep module: Grunt:wiredep combs all local bower_components folders (which are not version controlled) for their dev dependencies for the...
To support the latest angular and spinjs?
Hello, Please merge fixes from https://github.com/Kamshak/angular-loading - bower.json "main" section issue