mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:49:40 +08:00
fix(imagepicker): pluginRef
This commit is contained in:
parent
287d129137
commit
01d797261b
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user