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)
can you please add angular-loading to npm
In case if dw-loading attr will be changed observe function will update local key variable.
I see a people here waiting for ng 2+ version. If you need something that will work today on v5.x support with a few small refactors you can use https://github.com/bculley/ngx-angular-loading,...
Any plan to create Angular2+ directive for this wonderful project?
I need update progress text in my project. From the GIT source, update() function was applied and this was the function I wanted. But, Readme API and bower install version...
I understand that I need to indicate a "key" in the `dw-loading` attribute (e.g. `dw-loading="foo"`, so that later I can turn on the loading indicator by calling `$loading.start("foo")`. But I'm...
please change `angular.module('myApp', ['darthwade.dwLoading']);` to `angular.module('myApp', ['darthwade.loading']);` as your JS files creating module named `darthwade.loading`
append is causing issues when the text attribute is made dynamic with angular binding from controller. Multiple elements of dw-loading class gets added to DOM. So removing the element first...
The module name darthwade.dwLoading is not being recognized when I am including it as a dependency. `var module = angular.module("PageModule", ["darthwade.dwLoading", "jqwidgets"]);` I've already confirmed that the angular-loading.js, spin.js, and...
Latest version of spin.js is 2.3.2. May be only README.md should be updated. Line with: src="//cdnjs.cloudflare.com/ajax/libs/spin.js/1.2.7/spin.min.js"