Skip to content

Instantly share code, notes, and snippets.

@andybluntish
Last active October 16, 2019 23:27
Show Gist options
  • Save andybluntish/2ed0fe440a620af5db05196264c666b2 to your computer and use it in GitHub Desktop.
Save andybluntish/2ed0fe440a620af5db05196264c666b2 to your computer and use it in GitHub Desktop.
Comments
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Comments'
});
<h1>Comments</h1>
<!-- HTML comment, appears in output, but not rendered on screen -->
{{! Handlebars comment, seems to work, but... }}
{{! ha ha, nobody can seem me {{concat "ruh" "roh" }} oh, beans! }}
{{!-- {{concat "n" "i" "c" "e" }} --}}
{
"version": "0.15.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js",
"ember": "3.4.3",
"ember-template-compiler": "3.4.3",
"ember-testing": "3.4.3"
},
"addons": {
"ember-data": "3.4.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment