fix(launchnavigator): fix Plugin decorator property value

This commit is contained in:
Ibrahim Hadeed 2016-03-06 15:17:49 -05:00
parent 984e7fc9d1
commit 9e17e25427

View File

@ -64,7 +64,7 @@ export interface launchNavigatorOptions {
* ``` * ```
*/ */
@Plugin({ @Plugin({
plugin: 'https://github.com/dpa99c/phonegap-launch-navigator', plugin: 'https://github.com/dpa99c/phonegap-launch-navigator.git',
pluginRef: 'launchnavigator' pluginRef: 'launchnavigator'
}) })
export class LaunchNavigator { export class LaunchNavigator {