AngularJS module for using the Pushwoosh Cordova plugin
npm install ng-cordova-pushwoosh[![NPM Version][npm-image]][npm-url]
> Angular 1.x module for the Pushwoosh Cordova plugin
``sh`
$ npm i -S ng-cordova-pushwoosh
js
var module = angular.module('MyModule', ['$cordovaPushwoosh']);
module.value('$cordovaPushwooshAppId', 'PUSHWOOSH_APP_ID');
module.value('$cordovaPushwooshProjectId', 'PUSHWOOSH_PROJECT_ID');module.run(function ($cordovaPushwoosh) {
$cordovaPushwoosh.register()
});
``* Plugin API documentation
[npm-image]: https://badge.fury.io/js/ng-cordova-pushwoosh.svg
[npm-url]: https://npmjs.org/package/ng-cordova-pushwoosh