js-data-angular icon indicating copy to clipboard operation
js-data-angular copied to clipboard

Angular wrapper for js-data

Results 9 js-data-angular issues
Sort by recently updated
recently updated
newest added

Using angular 1.6.10 and js-data-angular 3.2.4. Upgrading js-data from 2.10.1 to 3.0 throws the following error: js-data-angular.js:357 Uncaught TypeError: Cannot read property 'deepMixIn' of undefined at Object. (js-data-angular.js:357) at __webpack_require__...

Are there plans to upgrade js-data-angular to be compatible with JSData v3.x?

Is this project still being maintained? Most of the guide links in the Readme are 404. Thanks!

**Api Endpoint:** : /test/users/:userId/settings I need to use `Caching` with `js-data` `actions`. ``` $provide.factory('UserSettings', function (DS, $q, $log) { function handleResponse( response ) { var Resource = DS.definitions.userSettings; response =...

question

I wrote the unit test for my angular JS controller and It complained about Error: [$injector:unpr] Unknown provider: DSProvider

Hello lovely humans, **welcome to automated dependency management with [Greenkeeper](https://greenkeeper.io)**. To take full advantage of this service I recommend to start out with up-to-date dependencies. I just **updated all the...

greenkeeper

I have a project that was using 1.5 and we felt it was time to upgrade. Am aware of the breaking changes and have handled those. Added js-data & js-data-angular...

needs more info

see the plunkr: [http://plnkr.co/edit/43QtwMqtpETvvjy3D3YD?p=preview](http://plnkr.co/edit/43QtwMqtpETvvjy3D3YD?p=preview) **The issue** I update some property on some instance. Now I have a $watch on the lastModified of this resource. The $watch checks the lastModified timestamp...

Hello, We think we found a memory leak in js-data-angular. We use it to populate a dashboard that our client keeps open 24/7. After some time the client's machine stopped...

bug