-
Hello.
I'm trying to store some pagination information in `$pagination` field of my data object using addResponseInterceptor
Code example:
```
return RestangularProvider.addResponseInterceptor((data…
-
Hi,
I'm using Restangular in a project where I have a Tag resource, and each Tag resource has an array of TagInstances. I think I need to manually Restangularize the TagInstances once the Tag respons…
-
If I use nested resources I sometimes have to deal with generic route names. Say I have a `users` and `companies` route and both have a nested resource `address`, which I can operate on with `users/:i…
-
I would like to add a count method to a restangularized collection which does a custom GET to .../count where ... is the path of the collection so far, but I've been unable to get it to work. The `ex…
-
### Nick
- [x] Autoload the popular_courses by default (same as current workflow)
- [x] Integrate variations into the search (make it better)
- [ ] Load the regular courses as soon keypress && no resu…
-
Like @cboden in #202, I also thought that `parentResource` would return the parent collection of an item. Sadly this isn't explained in the README.
It seems that `getParentList` would be the right wa…
-
The AngularJS module ngResource is created to provide functionality for interaction with RESTful web services using its $resource service.
https://docs.angularjs.org/api/ngResource/service/$resource
…
-
It's really useful that I am able to get an object reference from Restangular and have angular update the view dynamically.
``` html
// Do stuff with restangular on the result.
```
However it would…
-
The api I'm using for my client is delivering absolute urls as a self link. That leads to some problems for local development and might also be a problem when deploying my application.
Is there a way…
aeife updated
9 years ago
-
Restangular is configured with ```setPlainByDefault(true)```. When running a query such as ```get()``` or ```getList()``` that retrieves a response with an ETag exposed, the result contains restangul…