castillo-io / angular-css

CSS on-demand for AngularJS [Looking for New Maintainers]
http://castillo-io.github.io/angular-css/#/
MIT License
470 stars 86 forks source link

Change $http.error to $http.catch to work with angular 1.6.0 #77

Closed djmitchella closed 7 years ago

djmitchella commented 7 years ago

Switch from $http.error to $http.catch, to handle breaking change in angular 1.6.0 https://github.com/angular/angular.js/commit/b54a39e2029005e0572fbd2ac0e8f6a4e5d69014

alexcastillo commented 7 years ago

Thank you, @djmitchella!