Skip to content

Instantly share code, notes, and snippets.

@CostaRico
Created April 14, 2016 07:04
Show Gist options
  • Save CostaRico/a9b2be7cd1029a79fa077bcbd127e9ab to your computer and use it in GitHub Desktop.
Save CostaRico/a9b2be7cd1029a79fa077bcbd127e9ab to your computer and use it in GitHub Desktop.
Example
import Ember from 'ember';
export default Ember.Controller.extend({
appName: '" Quotted "'
});
<br>
<br>
Example string: {{{appName}}}
<br />
And I'd like to do the same with input, but:<br />
{{{input value=appName}}}
<br>
<br>
{
"version": "0.7.2",
"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.4.4",
"ember-data": "https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/2.4.3/ember-data.js",
"ember-template-compiler": "2.4.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment