Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Last active September 3, 2017 04:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save freshcutdevelopment/b82259a2c41eb970b92bd8d674c8fa20 to your computer and use it in GitHub Desktop.
Aurelia info-card view-model
import {bindable} from 'aurelia-framework'; //import bindable decorator to allow message to be passed down from parent component
export class InfoCard{
@bindable message;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment