ng-stickyfill
v1.0.0
Published
An Angular directive for easy using stickyfill, a polyfill allowing to use position:sticky on browsers that doesn't support that
Downloads
5
Maintainers
Readme
ng-stickyfill
An Angular directive for easy using stickyfill, a polyfill allowing to use position:sticky on browsers that doesn't support that.
Installation
Firstly you need to include stickyfill to your page. Then you can install ng-stickyfill using npm
npm install ng-stickyfill --save
or bower
bower install ng-stickyfill --save
Usage
<div stickyfill>
<h3>Hi, I'm very sticky!</h3>
</div>