ember-couchdb-kit
ember-couchdb-kit copied to clipboard
An Ember.js adapter for Apache CouchDB
Results
13
ember-couchdb-kit issues
Sort by
recently updated
recently updated
newest added
In order to simplify fetching entities from views We should provide simple convenience for that for instance: ``` EmberApp.Task.find({type: "view", designDoc: 'tasks', viewName: "by_assignee", options: 'include_docs=true&key="%@"'.fmt(@get('email'))}) ``` could be simplified...