McNull / angular-block-ui

AngularJS Block UI Module
MIT License
349 stars 108 forks source link

Block UI generates "Invalid argument" exception on IE11 #106

Open cwhankey opened 8 years ago

cwhankey commented 8 years ago

Block UI is causing a "Invalid argument" exception on IE11.

<div class="row">
    <div id="container" class="col-xs-12 col-sm-12 col-md-9" block-ui="myBlock" ng-view>
    </div>
</div>

Error: Invalid argument. at interpolateFnWatchAction (http://localhost:8080/mdp-js/app/assets/angular/angular.js:8588:17) at interpolateFnWatcher (http://localhost:8080/mdp-js/app/assets/angular/angular.js:11082:17) at watchGroupAction (http://localhost:8080/mdp-js/app/assets/angular/angular.js:15498:13) at Scope.prototype.$digest (http://localhost:8080/mdp-js/app/assets/angular/angular.js:15826:23) at Scope.prototype.$apply (http://localhost:8080/mdp-js/app/assets/angular/angular.js:16097:13) at Anonymous function (http://localhost:8080/mdp-js/app/assets/angular/angular.js:17864:25) at completeOutstandingRequest (http://localhost:8080/mdp-js/app/assets/angular/angular.js:5507:7) at Anonymous function (http://localhost:8080/mdp-js/app/assets/angular/angular.js:5784:7) undefined