This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle', | |
fullName: "Foo Bar", | |
firstName: Ember.computed('fullName', { | |
get(key) { | |
return this.get('fullName').split(' ')[0]; | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am mminkoff on github. | |
* I am mminkoff (https://keybase.io/mminkoff) on keybase. | |
* I have a public key whose fingerprint is 85D9 C043 B9F6 E7E7 AD4D 02CC 5962 2F32 D6A0 CD38 | |
To claim this, I am signing this object: |