angularjs-oauth / oauth-ng

AngularJS directive for the OAuth 2.0 Implicit Flow
http://angularjs-oauth.github.io/oauth-ng/
MIT License
363 stars 156 forks source link

Endpoint minification error #121

Closed cfanniak closed 8 years ago

cfanniak commented 8 years ago

In master/app/scripts/services/endpoint.js line 5 there is an error with uglify minification. Should be: endpointClient.factory('Endpoint', [ '$rootScope', 'AccessToken', '$q', '$http', function($rootScope, AccessToken, $q, $http) {