-
When I updated to the 1.5.2 version the lodash dependency still was >=1.3.0 while it's no longer compatible with that.
-
This might just be a personal preference, but I don't feel like it makes sense to require underscore/lodash for this library, especially when a lot of the functions already have Angular or jQuery alte…
-
`Restangular.one(route, id)` works for me without passing in the id (against docs). For example "/business/123/invoice", I can use `Restangular.one("business", 123).one("invoice")` to get the invoice …
ghost updated
7 years ago
-
I like restangular, but there are some features I dislike. I don't like that restangular appends its own methods to the objects and arrays(!). I know this is one of the principle of restangular, but p…
-
Need to use the ComboDatePicker for user Date of Birth, so i do not want to store the zulu time but only the date.
eg. 1977-06-01T22:00:00.000Z to 1977-06-01
Is this possible through some forma…
-
Updating eslint from `3.17.1` to `3.18.0` I get the following error:
```
$ node_modules/.bin/eslint src/client/app/root.module.js
Syntax error in selector "angular:animation" at position 8: Expe…
-
Why is there no `customPATCH` method?
-
Hello, after implementing the restangular.all().post() and checking the Network tab from web developer tools there is only one `OPTIONS` call.
I am doing something wrong?
Response Headers from my A…
-
I have a resource which has a property named options. This property is being overwritten by restangular's options method on the restangular element. What should I do? For now i have commented out the …
-
I am not sure if there is actually a method available in `restangular`, i don't know if `several()` handles this but i cannot be sure because i think it needs more explanation, (i say the same with th…