angular-block-ui
angular-block-ui copied to clipboard
AngularJS Block UI Module
I am writing e2e protractor tests and I need to detect when the block ui appears and disappear, but I don't see any changes in css or html when the...
I am using angucomplete-alt in which when I enter a keyword for search I make http request . So, I am showing blockUI loader till I get response. But during...
I have an existing AngularJS app that has a bunch of blockUI calls to block while fetching data from the server. I am currently implementing an elevated permissions system where...
Hi, thank you for this awesome plugin. I'd make a feature request, I think there should be possible to set template on instance level instead of a global configuration. For...
hello, is it possible to use multiple templateUrls based currently i try to access using below code. but not working, ``` var Div1= blockUI.instances.get('Div1'); //stop all playing before load Div1.start({...
Occasionally I'd like to use HTML-formatted content (e.g. a spinner icon or a mult-line message) for the blockui message. Right now that's not possible without modifying both the template and...
If we have many dom elements with the block ui directivce like below: `` `test1` `test2` `test3` `test4` `` If we removed the "block_1" element, the block ui attribute will...
Hi, i am working on project and have angular BlockUi for whole screen. Now i want to apply by page element.i had code previously like, and it's working good and...