Skip to content

Instantly share code, notes, and snippets.

@mwpastore
Created April 25, 2017 00:28
Show Gist options
  • Select an option

  • Save mwpastore/7ffae736754da6361cc76e697c50bfb2 to your computer and use it in GitHub Desktop.

Select an option

Save mwpastore/7ffae736754da6361cc76e697c50bfb2 to your computer and use it in GitHub Desktop.
New Twiddle
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
{{reduce (action (add) 0) (array 1 2 3)}}
<br>
<br>
{
"version": "0.12.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "2.12.0",
"ember-template-compiler": "2.12.0",
"ember-testing": "2.12.0"
},
"addons": {
"ember-composable-helpers": "2.0.1",
"ember-math-helpers": "2.0.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment