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

Angular wrapper for PouchDB, making sure that callbacks are called within $rootScope.$apply(), and using $q promises instead of callbacks. On top of that, it supports an `ng-repeat`-alike directive fo...

Results 6 angular-pouchdb issues
Sort by recently updated
recently updated
newest added

PouchDB 3 introduced a new API for [changes()](http://pouchdb.com/api.html#changes) which now returns an event emitter. The wrapped changes function now also makes use of angular's `$q` and uses the `notify` callback...

Hi, just trying to write a nice tool for angular, utilizing your tool angular-pouchdb. I see, in the doc of pouchdb, that there should be a replicate pointer to PouchDB.replicate...

https://github.com/wspringer/angular-pouchdb/issues/13#issuecomment-41565975

I'm not sure this is the right way of do it, but there it goes.