Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kumkanillam/7da2cde0590b767ec3cdb33a2afa4e7e to your computer and use it in GitHub Desktop.
Save kumkanillam/7da2cde0590b767ec3cdb33a2afa4e7e to your computer and use it in GitHub Desktop.
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
#wrapper {
min-height: 100%;
overflow: auto;
}
#footer {
position: fixed;
bottom: -3px;
left: 2px;
right: 2px;
height: 50px;
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
}
<h1>Welcome to {{appName}}</h1>
<br>
<br>
{{outlet}}
<br>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br/><h3>some content</h3>
<br>
<div id="footer">
<p>I'm the Sticky Footer. inside application.hbs</p>
</div>
{
"version": "0.10.5",
"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.8.0",
"ember-data": "2.8.0",
"ember-template-compiler": "2.8.0",
"ember-testing": "2.8.0"
},
"addons": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment