fix(imagepicker): pluginRef

This commit is contained in:
cho-is
2016-03-10 20:39:14 +00:00
parent 287d129137
commit 01d797261b
+1 -1
View File
@@ -37,7 +37,7 @@ export interface ImagePickerOptions {
*/
@Plugin({
plugin: 'cordova-plugin-image-picker',
pluginRef: 'navigator.imagepicker',
pluginRef: 'window.imagePicker',
repo: 'https://github.com/wymsee/cordova-imagePicker'
})
export class ImagePicker {