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
fullRequestInterceptor receives an extra parameter called httpConfig where you can configure the $http configuration object to add a timeout, cache or something.
Updated patch documentation
Fixed bug with trailling slash when using allUrl or oneUrl
Added method withHttpConfig to add $http local configuration to any Restangular call. For example account.withHttpConfig({timeout : 100}).put()
Configuration object is now exposed at Restangular.configuration and RestangularProvider.configuration