-
Calling Restangular.service results on **an object who has just getList(), one(), and post()** methods. Shouln't it results on a complete Restangular object with getList(), one(), and post(), get(), a…
-
# Isomorphic AngularJS SDK for LoopBack
Isomorphic AngularJS SDK provides AngularJS wrapper for browserified LoopBack
models.
## 1. Promisify callback-based methods
**Edit 2014-09-30 It may be bette…
-
Guys, I'm trying to upgrade an application from Rails 3.2.22 to 4.0.13 and I'm getting `Gem Load Error is: uninitialized constant ActiveModel::ForbiddenAttributesProtection` when trying to load ransac…
-
angular: V1.5.11
jquery: V3.1.1
angular-datatables: V0.6.1
### controller code
```
vm.query = query;
vm.port = 'order/list_data_by_statuses'; // table分页后端接口
vm.dtInstance = {};…
-
Hello,
I 'm having "bad csrf token", in my request header there is nothing about XSRF-TOKEN.
I just installed the bundle with the configuration in the doc and I disabled the csrf protection in the f…
-
I've been using Restangular for some time now. It's a fantastic library (IMO due in large part to the "restangularized" Promise object).
I'd like to be able to add some custom behavior to a "restangu…
-
Hi,
I can't really figure out a way to fully integrate $promise with angular datatable.
Here are my requirement:
1. Server side processing with angular $promise
2. Data need to be retreive from the…
-
I don't why but when I debugged through my `Restangular` usage code I found that if my response json contains a `options` key in the data `Restangular` will override it with its `options()` method.
I…
-
The guide while excellent doesn't really get into the details of how the clone method works. I get a lot of data out of my api some of which is cached in local storage to be used when my app starts up…
-
To open an issue, please keep in mind a few important things. First, take a look at the README docs and make sure that your question isn't already answered in the documentation. In particular, review …