Guest User

Untitled

a guest
Nov 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <template>
  2. <div>
  3. <button repeat.for="route of router.navigation" click.delegate="router.navigateToRoute(route.config.name)">${route.title} ${route.isActive}</button>
  4. </div>
  5. <h1>Aurelia Menu with Child Routes example</h1>
  6. <div>
  7. <router-view></router-view>
  8. </div>
  9. </template>
Add Comment
Please, Sign In to add comment