Skip to content

Instantly share code, notes, and snippets.

@wecc
Created May 10, 2016 09:36
Show Gist options
  • Select an option

  • Save wecc/7e733b067c66b447bb7602641337be1f to your computer and use it in GitHub Desktop.

Select an option

Save wecc/7e733b067c66b447bb7602641337be1f to your computer and use it in GitHub Desktop.
input-test
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<p>{{input value=value}}</p>
<p><a href={{value}}>Link</a></p>
{
"version": "0.8.0",
"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.5.1",
"ember-data": "2.5.2",
"ember-template-compiler": "2.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment