Skip to content

v1.10.0: Added support for complex relative urls i.e. './api/products' or '../…

Compare
Choose a tag to compare
@jonsamwell jonsamwell released this 15 Jul 02:45
· 36 commits to master since this release

Added support for complex relative urls i.e. './api/products' or '../api/products' when doing $http request that form part of a batch.

$http.get('./api/products).then(....);