Created
February 11, 2015 04:51
-
-
Save jessecogollo/73e5f5c138eab5e1ba7c to your computer and use it in GitHub Desktop.
app.html router (Proyecto base aurelia.io) Update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<import from='./nav-bar'></import> | |
<nav-bar router.bind="router"></nav-bar> | |
<div class="page-host"> | |
<router-view></router-view> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment