Skip to content

Commit

Permalink
fix(imagepicker): pluginRef
Browse files Browse the repository at this point in the history
  • Loading branch information
chogarcia committed Mar 10, 2016
1 parent 287d129 commit 01d7972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/imagepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 01d7972

Please sign in to comment.