docs(file-chooser): changed source (#1652)

* docs(filechooser): changed source

* Update index.ts
This commit is contained in:
Daniel Sogl 2017-06-06 05:07:06 +02:00 committed by Ibby Hadeed
parent fecf8ad994
commit 663c24d2fa

View File

@ -23,9 +23,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
*/
@Plugin({
pluginName: 'FileChooser',
plugin: 'https://github.com/don/cordova-filechooser.git',
plugin: 'cordova-plugin-filechooser',
pluginRef: 'fileChooser',
repo: 'https://github.com/don/cordova-filechooser',
repo: 'https://github.com/ihadeed/cordova-filechooser',
platforms: ['Android']
})
@Injectable()