Skip to content

Instantly share code, notes, and snippets.

@geekygrappler
Created May 23, 2015 15:24
Show Gist options
  • Save geekygrappler/577d55b5daed962392c7 to your computer and use it in GitHub Desktop.
Save geekygrappler/577d55b5daed962392c7 to your computer and use it in GitHub Desktop.
import Ember from 'ember';
export default Ember.Component.extend({
actions: {
editTodo: function() {
this.set('isEditing', true);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment