backbone.drupal icon indicating copy to clipboard operation
backbone.drupal copied to clipboard

Backbone.drupal extension provides Drupal compatible using Services module

Results 3 backbone.drupal issues
Sort by recently updated
recently updated
newest added

Without Drupal I can use [Backbone.dualStorage](https://github.com/nilbus/Backbone.dualStorage), so models are automatically saved to localStorage and synced to server if online. How to enable offline support with this plugin?

I haven't seen a way to get authenticated user's data. Returning user's uid as status' value, would be much helpful, I think. ``` javascript // Define auth object, set crossDomain...

Hi @enzolutions - When doing Update operations on Models, Does backbone.drupal get around [this rest-critical issue](https://www.drupal.org/node/2237231) somehow? If it does, I can't seem to get it working locally. \\ RJ