McNull / angular-block-ui

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

angular-block-ui not working with angular 1.6.0 #114

Closed dominusbelial closed 7 years ago

dominusbelial commented 7 years ago

I'm getting the following on console after updating from angular 1.5.9 to 1.6.0...

angular.js:14324 Possibly unhandled rejection: {} undefined (anonymous function) @ angular.js:14324 (anonymous function) @ angular.js:10834 (anonymous function) @ angular-block-ui.js:29 g @ angular.js:16668 $eval @ angular.js:17958 $digest @ angular.js:17772 $apply @ angular.js:18066 l @ angular.js:12207 N.onload @ angular.js:12361

dominusbelial commented 7 years ago

not an issue its working fine with angular 1.6.0, code was hiding an exception.

hbakhtiyor commented 7 years ago

@dominusbelial the same issue, what do you mean by hiding an exception?

dominusbelial commented 7 years ago

@hbakhtiyor error/exception stack was suggesting angular-block-ui but i actually had to upgrade some of my promises to make them fully angular 1.6.x compliant.