Skip to content

Instantly share code, notes, and snippets.

@DanailMinchev
DanailMinchev / constants.js
Created November 19, 2015 21:37
"PouchDB 5.x + SQLite" AngularJS service for use with "Couchbase Sync Gateway" and "Apache Cordova"
(function() {
'use strict';
var pouchDbConfiguration = {
localDbName: 'main',
remoteDbUrl: 'http://localhost:4984/main'
};
angular
.module('components.databasePouchDb')