Skip to content

web based file manager #1004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
curlyfro opened this issue Apr 5, 2014 · 1 comment
Closed

web based file manager #1004

curlyfro opened this issue Apr 5, 2014 · 1 comment

Comments

@curlyfro
Copy link

curlyfro commented Apr 5, 2014

i recently had a requirement to build a online filemanager. users can create nested folders and add files to folders. i built it with ng-view using a search directive, folderView directive and a fileView directive. though it works i don't like it's design. i'm using $emit and $broastcast to send messages around and there's no routing.

then i saw Tim Kindbergs youtube video (http://www.youtube.com/watch?v=dqJRoh8MnBo) and got moist. this is exactly what i should have used to build my filemanager. but can i have dynamic routes and states? i would love to represent the nested folders in the url. that would be cool. then i read this post (#379) and this post (#874) which kinda suggests it's not possible?

@nateabele
Copy link
Contributor

States actually reflect the structure of your application, which is generally not something you want to change dynamically. That said, what you're doing probably doesn't require dynamic states, you just need a custom URL matcher. Per the readme, please direct further support questions to StackOverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants