fix(imagepicker): pluginRef

This commit is contained in:
cho-is 2016-03-10 20:39:14 +00:00
parent 287d129137
commit 01d797261b

View File

@ -37,7 +37,7 @@ export interface ImagePickerOptions {
*/ */
@Plugin({ @Plugin({
plugin: 'cordova-plugin-image-picker', plugin: 'cordova-plugin-image-picker',
pluginRef: 'navigator.imagepicker', pluginRef: 'window.imagePicker',
repo: 'https://github.com/wymsee/cordova-imagePicker' repo: 'https://github.com/wymsee/cordova-imagePicker'
}) })
export class ImagePicker { export class ImagePicker {