angular-point-sync

8.1.0 • Public • Published

angular-point-sync

This is an optional angular-point service.

Supports 3-way data binding if you decide to incorporate firebase (any change by any user to a list item is mirrored across users). The data isn't saved to firebase but the change event is so all subscribers are notified to request an update from SharePoint.

In order to get this service to work, you need to have angularFire installed and have your firebase url set at apConfig.firebaseURL.

This will create a change point at: apConfig.firebaseURL + '/changes/' + model.list.title The point contains Firebase.ServerValue.TIMESTAMP to determine the time of the most recent change.

Initial documentation can be found here.

This is still a work in progress and I need to add in some tests and a demo.

/angular-point-sync/

    Package Sidebar

    Install

    npm i angular-point-sync

    Weekly Downloads

    16

    Version

    8.1.0

    License

    MIT

    Unpacked Size

    28.1 kB

    Total Files

    13

    Last publish

    Collaborators

    • scatcher