Skip to content

Instantly share code, notes, and snippets.

@jeffreybiles
Last active May 27, 2016 16:21
Show Gist options
  • Save jeffreybiles/2c6ea346ce47511f224a185acd3bacea to your computer and use it in GitHub Desktop.
Save jeffreybiles/2c6ea346ce47511f224a185acd3bacea 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>
{{outlet}}
<br>
<br>
<h3>It's sure good to be here</h3>
{
"version": "0.8.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.5.1",
"ember-data": "2.5.2",
"ember-template-compiler": "2.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment