-
Notifications
You must be signed in to change notification settings - Fork 303
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
Initialize flow-init with an existing $flow obj #17
Comments
I would suggest you to init flow on top of |
I think the problem is that I'm attempting to use ng-flow inside a modal. Should I be able to do this? It seems that $flow is undefined when I do. |
@themcguy did you get an answer to your question? i am trying the the same too |
I ended up going with a different solution using node fs. Flow seems to be a good solution when you expect large file sizes where chunking would benefit, but it wasn't in my requirements. Good luck. |
It should work ok in modals if they don't use isolated scope. If flow is initialized on |
AidasK I just ran into the problem that themcguy was having. |
@dtrack You can make a pull request for this feature. |
Holy crap, AidasK. Thanks for your answer on Mar 27, 2014. I fought with this all day today. So simple. |
I would like to override the $flow object created by the flow-init directive with an existing one.
For example, when I am on the A view I upload a file, the listener on flow::fileAdded save the $flow object. Then I browser to view B and then return to the view A, now, I would like to initialize the flow-init directive with the $flow saved before.
Thanks !
The text was updated successfully, but these errors were encountered: