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

Results 5 ng-pouchdb issues
Sort by recently updated
recently updated
newest added

I don't know why this happens, but i deleted the last item of a collection using the couchdb web interface. Strangely the browser seems to skip the removeChild command in...

When you have a collection with deleted items the removeChild function looks up the index but can return 'undefined'. In this case the call to collection.splice will remove the first...

angular-pouchdb is a bit outdated, and it actually depends upon PouchDB 2.1, which is unfortunate because we had a Bower bug back then where we uploaded the entire Selenium JAR...

Great work Daniel Zen! Some tests would be nice so I can modify the source code and know for sure that I haven't broken it. This is also essential for...