Skip to content
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

lazyload routes #14

Closed
christopherdarling opened this issue Jul 17, 2013 · 2 comments
Closed

lazyload routes #14

christopherdarling opened this issue Jul 17, 2013 · 2 comments

Comments

@christopherdarling
Copy link

Is there any way of adding additional routes without causing a routie.reload?

e.g.
current hash is #text

routie('text', textFn);
if (imagesExist()) {
  routie('images', imagesFn);
}

results in textFn being triggered twice

@rubenspgcavalcante
Copy link

I think is the same issue from #30

@CtrlC-Root
Copy link
Contributor

@christopherdarling This is indeed a duplicate. I'm going to close the issue but feel free to continue the discussion in #30.

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

No branches or pull requests

3 participants