Closed randallknutson closed 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.
+1 , thanks !
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.