Hi Nate,
We've been using persistencejs with Ionic framework (a mobile application framework built on-top of Cordova and AngularJS).
I have fixed several small issues in the persistence.sync.js file and added some additional features, which include:
* Sync exclusion for certain fields
* in-url RESTful API key authentication
* Relationships
* Restore `deleted` entries to the pending table if
sync failed
* Unnecessary posting to server if there are no changes
And some other small fixes, which I can't recall right now.
We have also written a Django TastyPie (RESTful framework) server-side resource for syncing with our server, this introduced several breaking changes to the persistence.sync module.
It would be nice to have an angularjs module in our application, however I don't see us refactoring to such an implementation in the near future, since we are nearing a deadline.
If you are interested in the aforementioned resources let me know.