Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Gaurav0/26b07943f1cedf77912bc18869629570 to your computer and use it in GitHub Desktop.
Save Gaurav0/26b07943f1cedf77912bc18869629570 to your computer and use it in GitHub Desktop.
Form check
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
ads
adsf
ds
{{outlet}}
<br>
<br>
{
"version": "0.10.4",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": true,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "2.6.2",
"ember-data": "2.6.2",
"ember-template-compiler": "2.6.2"
},
"addons": {
"ember-form-for": "1.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment