docs: updated docs to have consistent format

This commit is contained in:
mhartington
2016-02-22 16:20:00 -05:00
parent 01b342f7ed
commit 350a5b0911
13 changed files with 81 additions and 40 deletions
+4 -1
View File
@@ -246,6 +246,8 @@ declare var PushNotification: {
}
/**
* @name Push
* @description
* Register and receive push notifications.
*
* Requires Cordova plugin: `phonegap-plugin-push`. For more info, please see the [Push plugin docs](https://github.com/phonegap/phonegap-plugin-push).
@@ -256,7 +258,8 @@ declare var PushNotification: {
@Plugin({
name: 'Push',
plugin: 'phonegap-plugin-push',
pluginRef: 'PushNotification'
pluginRef: 'PushNotification',
repo: 'https://github.com/phonegap/phonegap-plugin-push'
})
export class Push {