Skip to content

Instantly share code, notes, and snippets.

@chancancode
Created September 29, 2018 18:14
Show Gist options
  • Save chancancode/21b1ebf2133a6da275fbcfe9bb031e93 to your computer and use it in GitHub Desktop.
Save chancancode/21b1ebf2133a6da275fbcfe9bb031e93 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>
\{{123456789}}: {{123456789}}<br>
\{{1234567890}}: {{1234567890}}<br>
<br>
<br>
{
"version": "0.15.0",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js",
"ember": "3.4.4",
"ember-template-compiler": "3.4.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment