AngularJS binding for PouchDB
Please see the latest example of this library in use at http://github.com/danielzen/todo-ng-pouchdb
Based on Peter Bacon Darwin's https://github.com/petebacondarwin/angular-firebase
Uses https://github.com/wspringer/angular-pouchdb which:
- Wraps Pouch's methods with
$q
- Makes Angular aware of asynchronous updates (via
$rootScope.$apply
)
- npm install
- bower install
- Run demo/index.html
Open in two different windows at the same time to see it do its thing...
- © 2014 Daniel Zen, Zen Digital http://zendigital.com
Released under the MIT License.