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

Add routing to be able to share the link of a specific folder

Open xsenechal opened this issue 8 years ago • 2 comments

Hi, It would be very handful to have a mapping between urls and current directory. For example, going to http://angular-filemanager.zendelsolutions.com/#/configs/BITEC/test would place the user directly in the folder "test". It would also be nice to navigate using browser history (previous/next).

THanks

xsenechal avatar Apr 28 '16 13:04 xsenechal

Hey,

usually in Angular something like that is done with router.

I think it would be great if whole project adapted routing. So the URL would change also when changing "page" - changing view from list to grid etc.

The URL you described would then look like /#list/configs/BITEC/test.

durasj avatar Apr 28 '16 13:04 durasj

I've thought about it, I'm open to code proposals!! Regards

joni2back avatar Apr 28 '16 13:04 joni2back