Skip to content

clearcodeangularjs/cc-scrollToTopOnClickDive-directive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clearcode scrollToTopOnClickDive directive

Directive that adds animated scroll to top on click.

Installation

bower install clearcodeangularjs/cc-scrollToTopOnClickDive-directive --save

Usage

Add cc.scrollToTopOnClickDive.directive module to your app module list :

angular
    .module('yourAwesomeApp', [
        'cc.scrollToTopOnClickDive.directive'
    ]);

and you are ready to go!

How to use :

<span scroll-to-top-on-click-dive>click to scroll to top!!</span>

Author

Krzysztof Dukszta-Kwiatkowski

License

LGPL

About

Clearcode AngularJS scroll to top on click directive.

Resources

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published