erikringsmuth / app-router

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

added auto attribute to app-router to allow for manually bootstrapping #3

Closed ChrisMcKenzie closed 10 years ago

ChrisMcKenzie commented 10 years ago

in regards to #2

there is now an auto attribute <app-router auto> which will bootstrap the element automatically other wise it requires manual bootstrapping by calling router.bootstrap().

Let me know what you think.