You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I persist/query/update multiple collections in my pouchdb-backbone app? Suppose I want to extend the Todos app so that it can manage multiple Todo lists (each one of them being a Backbone.Collection of Todos).
How can I create a view that shows the name of all existing Todo lists in the app? (clicking on the name should open the Todo list).
How can I persist Backbone.Collection properties with pouchdb (e.g. author/change date of the Todo list)?
The text was updated successfully, but these errors were encountered:
How can I persist/query/update multiple collections in my pouchdb-backbone app? Suppose I want to extend the Todos app so that it can manage multiple Todo lists (each one of them being a Backbone.Collection of Todos).
The text was updated successfully, but these errors were encountered: