angular-filemanager
angular-filemanager copied to clipboard
Callback on initialisation finished
Hello,
I wish to modify parts of angular-filemanager, but need some sort of callback or listener of when it is completely loaded.
Does such a callback function exist or could it be easily implemented?
Thanks, Tim
Hello @NetbearSoftware first of all, thank you very much for your participation in this project.
Which kind of "initialization" are you talking? (Dom?, Ajax?)
Hi @joni2back,
In this particular instance I want to modify the title shown in navbar-brand, so I guess DOM.
My exact use case is that I'm loading up angular-filemanager within a remote modal, and I want to inject event titles from the parent page, into the angular-filemanager heading.
Tim