I hereby claim:
- I am maxkwallace on github.
- I am maxkwallace (https://keybase.io/maxkwallace) on keybase.
- I have a public key ASD0MkjgD__Knszky3Amrf3FDdFi02oPfmeTizfVQZSkFQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName:'Ember Twiddle', | |
actions: { | |
setType: function (type) { | |
console.log('called with type: ' + type.toString()); | |
this.set('type', type); | |
console.log('type is now: ' + this.get('type')); |