import Ember from 'ember'; export default Ember.Controller.extend({ actions: { onChange() { this.set('msg', 'i heard a change event'); }, }, });