Skip to content

Instantly share code, notes, and snippets.

@anthonyettinger
Created June 3, 2015 04:54
Show Gist options
  • Save anthonyettinger/dd368d39fd3b4d9a2ffd to your computer and use it in GitHub Desktop.
Save anthonyettinger/dd368d39fd3b4d9a2ffd to your computer and use it in GitHub Desktop.
aurelia bindable attribute to component
import {bindable} from 'aurelia-framework';
export class SideBar {
@bindable router = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment