Skip to content

Instantly share code, notes, and snippets.

@jessecogollo
Created February 11, 2015 05:00
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/0a2cc7885236005ef751 to your computer and use it in GitHub Desktop.
Save jessecogollo/0a2cc7885236005ef751 to your computer and use it in GitHub Desktop.
nav-bar.js (Proyecto base aurelia.io)
import {Behavior} from 'aurelia-framework';
export class NavBar {
static metadata(){ return Behavior.withProperty('router'); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment