angular-block-ui
angular-block-ui copied to clipboard
AngularJS Block UI Module
Hi, I have a grid (angular ui grid) in a div element as; but when i add your blocker to the div, angular compiler gives and multiple directive error. It...
Any idea why your code fails with $document undefined near line: ``` // Check if the focused element is part of the block scope var $ae = angular.element($document[0].activeElement); ``` And...
When loading this very simple example i got unspecified error in internet explorer 9. http://plnkr.co/edit/017cSN
It appears to me that if I want to use default blockUI.start(), I have to put ng-app on body tag. Otherwise, blockUI.start() would do nothing.
Hi, I've got a function that block the UI then undertakes an ajax post. I'm trying to unblock the ui in the always() function but getting no luck. Anyone had...
It would be cool to keep the 'src' files as for some users (like us for wishtack.com), we merge most of our dependencies source code in one file that we...
bower install angular-block-ui installs only the dist directory. Running the app with the uncompressed files in chrome brings up errors like this: Failed to locate workspace file mapped to URL...
Hi! I want to block a table tr. This is how my code looks like. ``` html First Name Last Name {{user.firstName}} {{user.lastName}} ``` And some JavaScript ``` JavaScript $scope.updateUser...