angular-block-ui
angular-block-ui copied to clipboard
Add the possibility to dynamically block elements without any message
By using api and not only via config phase using cssClass
Never mind I managed to do it by using:
<body block-ui="main" block-ui-message-class="{{myBlockUIClass}}">
and changing the attribute blockUiMessageClass dynamically in the $rootScope where needed
I have to say I had to look into your code to find that you have an observer set on that attribute,however, it is not mentioned in any part of the documentation!!!
Please add it so people would know about it
Thanks