ng-token-auth
ng-token-auth copied to clipboard
How I can set config for $http request?
I use angular-loading-bar and I need to set the following into $http config for disabling one request.
$http.get('/status', { ignoreLoadingBar: true });
Is it possible with $auth.updateAccount(user);
?