export default Ember.Controller.extend({

  actions: {
    textChanged(newValue) {
      this.set('template', newValue);