Angular directive that provides 'sticky' functionality
bower install angular-sticky-container --save
http://homerjam.github.io/angular-sticky-container/
<div hj-sticky-container>
<div hj-sticky-target hj-sticky-scroll-offset="50">
<p>I will stay within the bounds of my container</p>
</div>
</div>