Skip to content

kg782/angular-stick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

AngularJS utility directive to let DOM stick to area

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages