mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-20 08:48:39 +08:00
docs(file-chooser): changed source (#1652)
* docs(filechooser): changed source * Update index.ts
This commit is contained in:
parent
fecf8ad994
commit
663c24d2fa
@ -23,9 +23,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'FileChooser',
|
pluginName: 'FileChooser',
|
||||||
plugin: 'https://github.com/don/cordova-filechooser.git',
|
plugin: 'cordova-plugin-filechooser',
|
||||||
pluginRef: 'fileChooser',
|
pluginRef: 'fileChooser',
|
||||||
repo: 'https://github.com/don/cordova-filechooser',
|
repo: 'https://github.com/ihadeed/cordova-filechooser',
|
||||||
platforms: ['Android']
|
platforms: ['Android']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user