Skip to content

Instantly share code, notes, and snippets.

@alexlafroscia
Last active December 7, 2016 22:38
Show Gist options
  • Save alexlafroscia/16dcc03b22edc62f1c8462e3ce94744f to your computer and use it in GitHub Desktop.
Save alexlafroscia/16dcc03b22edc62f1c8462e3ce94744f to your computer and use it in GitHub Desktop.
ember-block-slots vs Ember v2.10.0
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
{{outlet}}
<br>
<br>
{
"version": "0.10.6",
"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.9.0",
"ember-data": "2.9.0",
"ember-template-compiler": "2.9.0",
"ember-testing": "2.9.0"
},
"addons": {
"ember-block-slots": "1.1.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment