mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
fix(plugin): don't bind to name field. Fixes #740
This commit is contained in:
@@ -46,7 +46,7 @@ export interface ImagePickerOptions {
|
||||
* ImagePickerOptions
|
||||
*/
|
||||
@Plugin({
|
||||
name: 'ImagePicker',
|
||||
pluginName: 'ImagePicker',
|
||||
plugin: 'cordova-plugin-image-picker',
|
||||
pluginRef: 'window.imagePicker',
|
||||
repo: 'https://github.com/wymsee/cordova-imagePicker'
|
||||
|
||||
Reference in New Issue
Block a user