-
Notifications
You must be signed in to change notification settings - Fork 9
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
How do you trigger routes from markup? #15
Comments
So the markup need to look like this regardless of the hashbang option <li><a href="/login">Log In</a></li> And if you want to bypass routing, use <li><a href="/realpage" target="_self">Log In</a></li> |
Yes, links are independent from the hashbang. I will add this in the docs. |
ayamflow
added a commit
that referenced
this issue
Jan 6, 2015
ayamflow
added a commit
that referenced
this issue
Jan 6, 2015
ayamflow
added a commit
that referenced
this issue
Jan 20, 2015
ayamflow
added a commit
that referenced
this issue
Feb 9, 2015
ayamflow
added a commit
that referenced
this issue
Mar 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In template
In the root VM
I expect the login route to trigger and render the login component when the link is clicked but nothing happens. If the page is refreshed, the login route triggers.
I'm on latest Chrome.
The text was updated successfully, but these errors were encountered: