Skip to content

Instantly share code, notes, and snippets.

@mike-north
Created March 23, 2017 18:28
Show Gist options
  • Save mike-north/8765d5f2ed801b122f7be082b4bec344 to your computer and use it in GitHub Desktop.
Save mike-north/8765d5f2ed801b122f7be082b4bec344 to your computer and use it in GitHub Desktop.
An example of a settable computed property
import Ember from 'Ember';
function fullName() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment