Skip to content

Commit

Permalink
docs(file-chooser): changed source (danielsogl#1652)
Browse files Browse the repository at this point in the history
* docs(filechooser): changed source

* Update index.ts
  • Loading branch information
danielsogl authored and ihadeed committed Jun 6, 2017
1 parent fecf8ad commit 663c24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/file-chooser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 663c24d

Please sign in to comment.