Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 655 Bytes

ng-cordova-pushwoosh

NPM Version

Angular 1.x module for the Pushwoosh Cordova plugin

Installation

$ npm i -S ng-cordova-pushwoosh

Usage

var module = angular.module('MyModule', ['$cordovaPushwoosh']);
module.value('$cordovaPushwooshAppId', 'PUSHWOOSH_APP_ID');
module.value('$cordovaPushwooshProjectId', 'PUSHWOOSH_PROJECT_ID');

module.run(function ($cordovaPushwoosh) {
    $cordovaPushwoosh.register()
});

TODO

  • Plugin API documentation

LICENSE

MIT