angular-block-ui icon indicating copy to clipboard operation
angular-block-ui copied to clipboard

Add the possibility to dynamically block elements without any message

Open Avien opened this issue 9 years ago • 1 comments

By using api and not only via config phase using cssClass

Avien avatar Jul 13 '15 10:07 Avien

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

Avien avatar Jul 13 '15 12:07 Avien