Closed cfanniak closed 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) {
endpointClient.factory('Endpoint', [ '$rootScope', 'AccessToken', '$q', '$http', function($rootScope, AccessToken, $q, $http) {
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) {