docs(imagepicker): update repo url

This commit is contained in:
Ibby Hadeed 2016-11-23 08:51:04 -05:00
parent 51ab03d097
commit 8439faf6b8

View File

@ -47,9 +47,9 @@ export interface ImagePickerOptions {
*/
@Plugin({
pluginName: 'ImagePicker',
plugin: 'cordova-plugin-image-picker',
plugin: 'https://github.com/Telerik-Verified-Plugins/ImagePicker',
pluginRef: 'window.imagePicker',
repo: 'https://github.com/wymsee/cordova-imagePicker'
repo: 'https://github.com/Telerik-Verified-Plugins/ImagePicker'
})
export class ImagePicker {
/**