Skip to content

Instantly share code, notes, and snippets.

View dougestey's full-sized avatar

Doug Estey dougestey

View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
aggregation: null,
passedValueA: null,
passedValueB: undefined,
actions: {
select(tabValue, tabIndex) {