You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$httpProvider.responseInterceptors is not defined so lib does not work on angular 1.3.x. I found myself that changing it to $httpProvider.interceptors works fine for me.