Top "Restangular" questions

Restangular is an AngularJS service to handle Rest API Restful Resources properly and easily

Waiting on multiple promises as a group and singly in angular?

I'm using Restangular to do several simultaneous calls to the server. Restangular returns promises for each action, each one of …

angularjs promise restangular
Restangular - How to override Error Interceptors

I am using AngularJS v1.2.16 with Restangular v1.4.0, and would like to know if it's possible to override the ErrorInterceptor. …

angularjs restangular
Restangular - Get object w/id, edit object, update object

I can't seem to figure this out - I want to do something like: content = Restangular.one('contents', 2).get() content.…

angularjs ruby-on-rails-4 put restangular
How to call custom query URL using Restangular?

I want to call URL with special charecters in query parameter using Restangular customGET method. I am using Loopback for …

javascript angularjs restangular loopbackjs
Models and Collections in Angular?

I'm coming from Backbone so perhaps my perspective is prejudiced by that but I'm having trouble seeing the best way …

javascript angularjs backbone.js restangular
Restangular get clean response object from POST request

I'm trying to use Restangular service, but I have gotten one problem which I can't solve. For example I'm doing …

javascript angularjs restangular
Is it possible to use RestAngular.setBaseUrl for two api access points?

Is it possible to work with Restangular with 2 different APIs? I would like to have setBaseUrl() for both.

angularjs rest restangular
How to update Restangular model object with server response?

My POST and PUT return the current state of entity as seen on the server. How can I tell Restangular …

javascript rest angularjs restangular
Return Ok with empty list VS. No content

I wrote a web API that returns 204 (No Content) when a client requests all elements on a collection but the …

rest asp.net-web-api restangular
Error: Failed to instantiate module restangular due to: '_' is undefined

When first using Restangular on a working website I got the following JavaScript error: Failed to instantiate module restangular due …

javascript html angularjs restangular