This seems to have been fixed: https://github.com/angular/angular.js/pull/5560
You can now configure it this way:
app.config(function($resourceProvider) {
$resourceProvider.defaults.stripTrailingSlashes = false;
});
This seems to have been fixed: https://github.com/angular/angular.js/pull/5560
You can now configure it this way:
app.config(function($resourceProvider) {
$resourceProvider.defaults.stripTrailingSlashes = false;
});