No Content
No Content
You commented on
Emmanuel Henri's post
over 4 years
Hey buddy
You don't need to do anything special for this, in my app I just use something similar to this:
<div class="grid-frame vertical"> <div class="grid-content shrink" style="padding: 0;"> <div class="primary title-bar"> Title Bar </div> </div> <div ui-view class="grid-content"> </div> <div class="grid content shrink"> Footer Sticks to the Bottom </div> </div>
The 'shrink' class at the last grid content forces it to act like a kind of 'sticky' footer without any fuss. :)
Hope that helps.
-
No Content
-
No Content
Hey buddy
You don't need to do anything special for this, in my app I just use something similar to this:
The 'shrink' class at the last grid content forces it to act like a kind of 'sticky' footer without any fuss. :)
Hope that helps.