Skip to content

Instantly share code, notes, and snippets.

View marksalpeter's full-sized avatar
☺️
Amor Fati

Mark Salpeter marksalpeter

☺️
Amor Fati
View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
buttons: [{
title: "title",
action: function (button) {
console.log("buttons[0].action", button);
}
}, {