Skip to content

Commit

Permalink
fix(push): add missing plugin decorator
Browse files Browse the repository at this point in the history
closes #1297
  • Loading branch information
ihadeed committed Mar 29, 2017
1 parent 47b593b commit 208748a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/push/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ export class Push {
/**
* @hidden
*/
@Plugin({
pluginName: 'Push',
plugin: 'phonegap-plugin-push',
pluginRef: 'PushNotification'
})
export class PushObject {

private _objectInstance: any;
Expand Down

0 comments on commit 208748a

Please sign in to comment.