angular-slimscroll

1.0.0 • Public • Published

angular-slimScroll

Angular JS implementation of jQuery-slimScroll without JQuery Dependencies

ngSlimscroll

AngularJS implementation of slimScroll

Originally developed by Piotr Rochala (http://rocha.la) jQuery version

Install

With bower:

$ bower install angular-slimScroll

With npm

$ npm install angular-slimScroll

Example Configuration (bower)

<!DOCTYPE html>
<html ng-app="app">
<body>
 
<div slim-scroll height="300px">
    Content ...
</div>
 
<script type="text/javascript" src="bower_components/angular/angular.min.js"></script>
<script type="text/javascript" src="bower_components/angular-slimScroll/angular-slimScroll.min.js"></script>
<script type="text/javascript">
    var app = angular.module('app', [
        'ngSlimScroll'
    ]);</script> 
</body>
</html>

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i angular-slimscroll

    Weekly Downloads

    195

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • aiska