Skip to content

Instantly share code, notes, and snippets.

@jessecogollo
Created February 11, 2015 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessecogollo/73e5f5c138eab5e1ba7c to your computer and use it in GitHub Desktop.
Save jessecogollo/73e5f5c138eab5e1ba7c to your computer and use it in GitHub Desktop.
app.html router (Proyecto base aurelia.io) Update
<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