ng-pouchdb icon indicating copy to clipboard operation
ng-pouchdb copied to clipboard

angular-pouchdb

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)

Demo

  1. npm install
  2. bower install
  3. Run demo/index.html

Open in two different windows at the same time to see it do its thing...

Authors

License

Released under the MIT License.