PolymerElements / app-route

A modular client-side router

Home Page:https://www.polymer-project.org/1.0/articles/routing.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Route loaded successfully event callback

ankitsorathiya opened this issue · comments

Is there anyway to know the route is loaded successfully using app-route. I can track it using attach callback of particular route but is there any other way to have a callback for the route loaded successfully?

Expected outcome

Actual outcome

Live Demo

Steps to reproduce

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10

Hmm this seems like it might be related to PolymerElements/iron-selector#148 and #164.