Skip to content

Instantly share code, notes, and snippets.

@kiwiupover
Created October 25, 2016 06:52
Show Gist options
  • Save kiwiupover/fe27e06e6b594650d6aedeb21cb66281 to your computer and use it in GitHub Desktop.
Save kiwiupover/fe27e06e6b594650d6aedeb21cb66281 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>
<label>Input Label</label><br>
{{input value=inputValue placeholder='enter text'}}<br><br>
inputValue {{inputValue}}<br>
{
"version": "0.10.6",
"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.9.0",
"ember-data": "2.9.0",
"ember-template-compiler": "2.9.0",
"ember-testing": "2.9.0"
},
"addons": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment