Skip to content

Instantly share code, notes, and snippets.

@brancusi
Created April 28, 2014 06:17
Show Gist options
  • Save brancusi/11362995 to your computer and use it in GitHub Desktop.
Save brancusi/11362995 to your computer and use it in GitHub Desktop.
totalFactor:function(){
return this.get('parent.totalFactor') * this.get('quantity');
}.property('parent.isFulfilled', 'quantity'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment