v1.10.0
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(....);
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(....);