Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(all): update to latest version of metadata and view import
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 20, 2015
1 parent d79f8c8 commit 2467e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app.html
@@ -1,5 +1,5 @@
<template>
<import src='./nav-bar'></import>
<import from='./nav-bar'></import>

<nav-bar router.bind="router"></nav-bar>

Expand Down
2 changes: 1 addition & 1 deletion src/nav-bar.js
@@ -1,7 +1,7 @@
import {Property} from 'aurelia-framework';

export class NavBar {
static annotations(){
static metadata(){
return [new Property('router')];
}
}

0 comments on commit 2467e6c

Please sign in to comment.