Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cwhankey opened this issue Jun 21, 2016 · 0 comments
Open

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

cwhankey opened this issue Jun 21, 2016 · 0 comments

Comments

@cwhankey
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant