pc035860 / angular-highlightjs

AngularJS directive for syntax highlighting with highlight.js
http://pc035860.github.io/angular-highlightjs/example/
MIT License
294 stars 53 forks source link

:bug: Remove $http.success and $http.error #80

Closed carrari closed 7 years ago

carrari commented 7 years ago

The $http legacy promise methods success and error have been deprecated. Use the standard then method instead.

pc035860 commented 7 years ago

Closed via #82