Skip to content

Instantly share code, notes, and snippets.

View mblandfo's full-sized avatar

Mike Blandford mblandfo

View GitHub Profile
import Ember from 'ember';
export default Ember.Component.extend({
item: undefined,
onSelected(){},
actions: {
onClick() {
this.onSelected(this);