-
It would be convenient if restangular supports creating mock easily.
mock just $httpBackend
$httpBackend has methods: whenPost, whenGet etc. and they returns an object with respond method.
If we ca…
-
Hi,
I was wondering if there was any way to "restangularize" nested associations without having to perform two API calls? i.e. Say I had a /ships endpoint and everywhere I use a ship I always need…
-
Hi everyone, I'm very new to Angular JS and Restangular but so far i'm learning through research and experimentation.
Part of what i'm trying to achieve is integrating Angular JS, Restangular and Ken…
-
- **I'm submitting a ...**
- [ ] bug report
- [ ] feature request
- [x] support request
- [ ] other (Please specify)
I need explanation about elixir function.
I resolve startup issue using apache's…
-
@themarkappleby pointed out an issue that we need to figure out – especially since it's a valid JSON-API convention.
When fetching a resource, it's perfectly valid to do so through a nested URL, you …
-
Let's say I want to save this object:
```
{
foo: 1,
bar: "...",
baz: undefined
}
```
I would expect this to get sent:
```
{ "foo": 1, "bar": "...", "baz": null }
```
Instead what gets sent i…
-
lodash doc indicates that some functions have been renamed. Eg contains -> includes. Rather than continuing to use the old functions, we should probably upgrade. As of this writing, lodash latest is …
-
So first of all it's my first usage with ng-admin... Just want to try some things.
Problem is that my Rest Api requires Basic Authentication. So I've set it up as it's explained but it doesn't work..…
-
I load an object from a server, everything plays nice. After modifying the object the values are changed but put sends the original version back to the server.
If i use Restangular.copy() and send th…
-
Hey, if I have a contoller that makes a restangular call, how can I write a unit test for the controller? In your tests you rely on `.then()`, but I want to test the complete controller and not only m…