You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experience problems with getting Iron.Router routing to work properly in all the cases. My main problem is with Polymer layered elements. After clicking on the link that is on the layer, whole page is loaded by browser from the server instead of using static routing. Did you experience such problems?
Two short steps are needed to reproduce with your code:
In /client/templates/layout/publicHeader.html add data-open-dialog attribute to any link (e.g. <a href="/">Home</a> change to <a href="/" data-open-dialog>Home</a>).
In /client/templates/layout/globalLayout.html add <a href="/" >This triggers reload.</a> within paper-action-dialog.
Any help would be greatly appreciated!
Thanks,
Filip
The text was updated successfully, but these errors were encountered:
Hi guys,
First of all thanks for great work!
I experience problems with getting Iron.Router routing to work properly in all the cases. My main problem is with Polymer layered elements. After clicking on the link that is on the layer, whole page is loaded by browser from the server instead of using static routing. Did you experience such problems?
Two short steps are needed to reproduce with your code:
/client/templates/layout/publicHeader.html
adddata-open-dialog
attribute to any link (e.g.<a href="/">Home</a>
change to<a href="/" data-open-dialog>Home</a>
)./client/templates/layout/globalLayout.html
add<a href="/" >This triggers reload.</a>
within paper-action-dialog.Any help would be greatly appreciated!
Thanks,
Filip
The text was updated successfully, but these errors were encountered: