angular-filemanager icon indicating copy to clipboard operation
angular-filemanager copied to clipboard

configuration should be per instance

Open slillo opened this issue 8 years ago • 0 comments

Something similar was requested on #176, but issues has been closed.

I would like to use angular-filemanager multiple times with different configuration in the same page. Could be very useful to pass custom configuration to directive scope using syntax like:

Where vm.cfg1 could be something like {listUrl: "", ...}.

This behaviour could be very useful, in order to use angular-filemanager as a new type of angular formly field.

slillo avatar Feb 22 '17 10:02 slillo