Skip to content

Instantly share code, notes, and snippets.

@ctusch
Created July 12, 2017 13:08
Show Gist options
  • Save ctusch/2fa55647dd287a5dfbeef2645ee56cc9 to your computer and use it in GitHub Desktop.
Save ctusch/2fa55647dd287a5dfbeef2645ee56cc9 to your computer and use it in GitHub Desktop.
fast test
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
click() {
}
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
{{outlet}}
<br>
<br>
<button {{action click}}>test</button>
{
"version": "0.10.5",
"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.8.0",
"ember-data": "2.8.0",
"ember-template-compiler": "2.8.0",
"ember-testing": "2.8.0"
},
"addons": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment