Skip to content

Instantly share code, notes, and snippets.

@pangratz
Forked from chancancode/application.template.hbs
Last active October 15, 2015 14:40
Show Gist options
  • Save pangratz/7229a700d48a2aba269d to your computer and use it in GitHub Desktop.
Save pangratz/7229a700d48a2aba269d to your computer and use it in GitHub Desktop.
no more twiddle hax
<my-component zomg="such Angle Bracket component" />
<b>wow {{attrs.zomg}}</b>
{
"version": "0.4.10",
"EmberENV": {
"DISABLE_RANGE_API": true,
"FEATURES": {
"ember-htmlbars-component-generation": true
}
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "http://builds.emberjs.com/canary/ember.debug.js",
"ember-template-compiler": "http://builds.emberjs.com/canary/ember-template-compiler.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment