Orange-OpenSource / angular-swagger-ui

An angularJS implementation of Swagger UI
http://orange-opensource.github.io/angular-swagger-ui/
MIT License
135 stars 74 forks source link

Doesn't work with Angular 1.6.x #66

Closed randallknutson closed 7 years ago

randallknutson commented 7 years ago

According to https://docs.angularjs.org/guide/migration#migrate1.5to1.6-ng-services-$http the success and error methods on $http have been removed. Angular Swagger UI uses these extensively. They should be changed to then and catch.

cthiebaud commented 7 years ago

+1 , thanks !