Closed HFO4 closed 7 years ago
Thanks for creating such an awesome library.And I'm wondering if it Is possible to refresh the file list using another part of js code (not an angular one)?
It is not recommended but you can do something like
angular.element(document.querySelector('angular-filemanager > div')).scope().fileNavigator.refresh();
Thanks for creating such an awesome library.And I'm wondering if it Is possible to refresh the file list using another part of js code (not an angular one)?