Skip to content

Instantly share code, notes, and snippets.

@Gaurav0
Last active February 28, 2020 19:35
Show Gist options
  • Save Gaurav0/ec8a4b49f27112334ced3832af55d210 to your computer and use it in GitHub Desktop.
Save Gaurav0/ec8a4b49f27112334ced3832af55d210 to your computer and use it in GitHub Desktop.
Ember 3.14
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
{{outlet}}
<br>
<br>
{
"version": "0.16.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.14.3",
"ember-template-compiler": "3.14.3",
"ember-testing": "3.14.3"
},
"addons": {
"ember-data": "3.14.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment