Skip to content

Instantly share code, notes, and snippets.

View wonderful123's full-sized avatar

Josh Jenkins wonderful123

  • Noosa QLD
  • 10:31 (UTC +10:00)
View GitHub Profile
@wonderful123
wonderful123 / application.controller.js
Last active May 25, 2018 14:03 — forked from ef4/application.controller.js
Component Subexpressions one-way by default?
import Ember from 'ember';
export default Ember.Controller.extend({
optionList: {
changePercentage: {
type: 'input',
value: 10
},
duration: {
type: 'input',
@wonderful123
wonderful123 / application.controller.js
Last active May 24, 2018 19:41 — forked from courajs/application.controller.js
Component Subexpressions one-way by default?
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
valueList: [1, 2, 3, 4],
});