MaginSoft / MFileChooser

Cordova/Phonegap plugin that supplies a File Chooser
MIT License
16 stars 48 forks source link

TypeError: Cannot read property 'mfilechooser' of undefined #16

Open darshak6336 opened 7 years ago

darshak6336 commented 7 years ago

hi, i'm trying to use this plugin in getting this error ==

TypeError: Cannot read property 'mfilechooser' of undefined at Scope.$scope.Uploadfile (app.js:331)

I'm using the code in the example : $scope.Uploadfile = function() { window.plugins.mfilechooser.open([], function(uri) { alert(uri); }, function(error) { alert(error); }); } Thanks for help.

imThamizhselvan commented 6 years ago

same error i m getting