ng-cordova-pushwoosh
v0.0.1
Published
AngularJS module for using the Pushwoosh Cordova plugin
Maintainers
Readme
ng-cordova-pushwoosh
Angular 1.x module for the Pushwoosh Cordova plugin
Installation
$ npm i -S ng-cordova-pushwooshUsage
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
