joni2back / angular-filemanager

JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
https://joni2back.github.io/angular-filemanager/
MIT License
1.76k stars 577 forks source link

the change button to select destination not working #305

Open waleed-sarwar-reg opened 7 years ago

waleed-sarwar-reg commented 7 years ago

Hi, here is the attached image, when i press on change button nothing happens, anyone having same issue? http://clip2net.com/s/3Ot6JiX

majbo commented 6 years ago

I got the same problem. I could track it down to the selector-controller.js. openNavigator and getSelectedPath are both never called. Both methods are registered on the $rootScope, maybe that might be a problem in some cases?

joni2back commented 6 years ago

Hi @waleed-sarwar-reg I can't see the picture, the link is expired. Please let us more details.

arnautg commented 6 years ago

same problem with the to functions 'openNavigator' and 'getSelectedPath' linked to $rootScope they are never called, some solution found? @majbo

majbo commented 6 years ago

@ataberner I'm not longer working with the angular-filemanager. We implemented our own file upload with the bare minimum functions we need.