Skip to content

Instantly share code, notes, and snippets.

@gregtap
Created November 5, 2015 00:10
Show Gist options
  • Select an option

  • Save gregtap/249e61e6cbb91f3dba0a to your computer and use it in GitHub Desktop.

Select an option

Save gregtap/249e61e6cbb91f3dba0a to your computer and use it in GitHub Desktop.
// The other user we are chatting with.
otherUser: function() {
console.log('HELLO WORLD');
return this.get('store').peekRecord('user', 'other');
}.property(),
this.get('core.otherUser');
this.get('core.otherUser');
// shows HELLO WORLD once
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment