Skip to content

Instantly share code, notes, and snippets.

@cibernox
Created July 29, 2016 22:29
Show Gist options
  • Select an option

  • Save cibernox/56f80b7916bde51fb7d3ec47c7b39946 to your computer and use it in GitHub Desktop.

Select an option

Save cibernox/56f80b7916bde51fb7d3ec47c7b39946 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>
<input value={{foobar}} oninput={{action (mut foobar) value="target.value"}}>
<br>
<br>
{
"version": "0.10.4",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "alpha",
"ember-data": "2.7.0",
"ember-template-compiler": "alpha"
},
"addons": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment