Skip to content

nclsptrs/angular-upwards-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular Upwards Scroll

Usage

Include the script tag after the jQuery and AngularJS script tag (upwards scroll requires jQuery to work)

<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="angular.min.js"></script>
<script type="text/javascript" src="upwards-scroll.min.js"></script>

Make sure to add "upwards-scroll" as a dependency into your Angular app

angular.module('myApp', ['upwards-scroll']);

Use the directive by specifying an 'upwards-scroll' attribute on an element

<div upwards-scoll="myFunction()"></div>

Demo

Simple demo

About

Upwards Infinite Scrolling for AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published