Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created December 19, 2015 20:04
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 freshcutdevelopment/321a6e1ac1ae52dbc4e7 to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/321a6e1ac1ae52dbc4e7 to your computer and use it in GitHub Desktop.
Profile header view-model
import {bindable} from 'aurelia-framework';
export class ProfileHeader{
@bindable firstname;
constructor(){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment