restangular icon indicating copy to clipboard operation
restangular copied to clipboard

AngularJS service to handle Rest API Restful Resources properly and easily

Results 101 restangular issues
Sort by recently updated
recently updated
newest added

restangular seems always try to convert it to JSON. Can someone please help me on how to handle a text/csv response?

For example: (uses ui-router) ``` Restangular.one('items', $stateParams.itemId).get().then(function(item){ console.log(item.id); $scope.item = item; }); ``` The above returns an array with the object. But the same call to the same resource with...

cannot reproduce
waiting for example

I'm using a [Decoupled Restangular service](https://github.com/mgonto/restangular#decoupled-restangular-service) for consuming my API: ``` // Declare factory module.factory('Users', function(Restangular) { return Restangular.service('users'); }); ``` I'd like to call a custom method on my...

I'm trying to upload a file in two parts. Here's the `FormData` I've created: ``` javascript var formData = new FormData(); var fileMetaBlob = new Blob([angular.toJson(fileMeta)], { // fileMeta is...

Hey all :), As you may have noticed, recently, I've not put the attention Restangular deserves. Lots of people have been using Restangular and despite it's at a stable point,...

help needed

Please see the Plunkr https://plnkr.co/edit/ZeugLGt13u0uqYqlRU94 elem.plain() returns the plain version of the original model object even if it is called on a modified version of the model. I don't know...

I'm trying to use the rectangle but when injecting the same it gives the following error: Uncaught Error: [$injector:modulerr] Failed to instantiate module myapp due to: Error: [$injector:modulerr] Failed to...

Under https://github.com/mgonto/restangular/#custom-methods customDELETE method fourth parameter payload/elem is missing. Please update the document.

documentation upgrade

Connecttal ® is a registered trademark of Connect Talent Pvt Limited. www.connecttal.com www.connecttal.com/hr pls add this to the list