-
So I have a strange situation. I have one resource that I call remove or customDELETE() on and then in the success function I need to call PUT on another object.
I have a bunch of JAX-RS web service…
-
I've got some async problem with it..
-
Hi,
I'm stuck not being able to make POST or DELETE CORS requests.
I'm not sure if this is Restangular specific but I'd like to ask to be sure.
I've searched and read through this repo for CORS iss…
-
It looks like it's not working with angularjs 1.2.0-rc.2. It works with rc1 but rc2 breaks it.
http://plnkr.co/edit/lD3DHb?p=preview
-
Something in the past 24 hours has upset the balance of my application. Specifically I had noticed before that the data array returned from Restangular.all( ) somehow brought the restangular internal…
-
Hi,
this is not an issue, simply i would like an advance on which methods i need to use to show a spinner ( a gif loader ) before the request start (and hide it when i get the response) for every re…
-
Hi,
I updated my AngularJS version to 1.2.12 and all my DELETE requests don't work anymore.
I get "XMLHttpRequest cannot load http://10.210.85.174:8080/api/users/3. No 'Access-Control-Allow-Origin' …
-
Restangular handles API consumption as I want, but I need to add some features. I assume that I'll need to create wrapper methods around the Restangular API, but I'd like to get your input on how best…
ghost updated
11 years ago
-
Hi,
I keep getting an error and its after I do a Grunt server:dist which does all the minifying stuff. The error I am getting is
Uncaught Error: Unknown provider: aProvider
-
Hi,
I like restangular much but one thing is not really good.
I my app I'm getting data from server updating them and sending back to different address
like this:
```
$scope.init = ->
action =…
zajca updated
11 years ago