Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ngPouch
=======

This is a fork from https://github.com/jrhicks/ngPouch

[PouchDB](http://pouchdb.com/) AngularJS adapter to monitor and manage replication status and 3-way data binding

PouchDB supports live ( or "continious") replication where changes are propogated between the two databases as the changes occur.
Expand Down
29 changes: 0 additions & 29 deletions bower.json

This file was deleted.

7 changes: 0 additions & 7 deletions example/app.js

This file was deleted.

22 changes: 0 additions & 22 deletions example/bower.json

This file was deleted.

1 change: 0 additions & 1 deletion example/config.json

This file was deleted.

16 changes: 0 additions & 16 deletions example/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions example/www/app.js

This file was deleted.

64 changes: 0 additions & 64 deletions example/www/index.html

This file was deleted.

29 changes: 0 additions & 29 deletions example/www/pouch_conflict.js

This file was deleted.

61 changes: 0 additions & 61 deletions example/www/todo-ctrl.js

This file was deleted.

4 changes: 0 additions & 4 deletions example/www/todo.css

This file was deleted.

32 changes: 0 additions & 32 deletions example/www/todo.js

This file was deleted.

3 changes: 3 additions & 0 deletions ngPouch.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(function () { //start closure
'use strict';

angular.module('ngPouch', ['angularLocalStorage'])
Expand Down Expand Up @@ -489,4 +490,6 @@ angular.module('ngPouch', ['angularLocalStorage'])
service.init();
return service
});

})(); //end closure