erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Add support for auto-binding root templates #89

Closed nomego closed 9 years ago

nomego commented 9 years ago

Using an auto-binding root template will leave a template tag object in the DOM that can be controlled much like any other custom element. (template.$, template.eventHandler = function() .., etc)

As discussed in #81

erikringsmuth commented 9 years ago

Closing due to scripts running in imported document and the main document once the route is activated https://github.com/erikringsmuth/app-router/issues/81.