Skip to content

1.1.7

Compare
Choose a tag to compare
@mgonto mgonto released this 09 Nov 20:33
· 405 commits to master since this release
  • 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
  • Fixed bug with duplicate Suffix in some cases