#angular-stick directive
AngularJS directive to let element to stick in area.
##Quick start
Load angular-stick.js:
<script src="/path/to/angular-stick.js"></script>Inject angular-stick to your application:
var app = angular.module('myApp', ['stick']);Have fun:
<div stick stick-section=".stick-area">
<div>This element will stick</div>
</div>##License
angular-stick uses the MIT license