1.0.0 • Published 8 years ago

ng-stickyfill v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

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>