ng-token-auth icon indicating copy to clipboard operation
ng-token-auth copied to clipboard

How I can set config for $http request?

Open nevedimko opened this issue 8 years ago • 0 comments

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);?

nevedimko avatar Jul 04 '16 21:07 nevedimko