ng-perfect-scrollbar

WebJar for ng-perfect-scrollbar

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

ng-perfect-scrollbar
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

ng-perfect-scrollbar
WebJar for ng-perfect-scrollbar
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/JulianWielga/angular-perfect-scrollbar

Download ng-perfect-scrollbar

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ng-perfect-scrollbar/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ng-perfect-scrollbar</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ng-perfect-scrollbar/
implementation 'org.webjars.bower:ng-perfect-scrollbar:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.bower/ng-perfect-scrollbar/
implementation ("org.webjars.bower:ng-perfect-scrollbar:1.0.1")
'org.webjars.bower:ng-perfect-scrollbar:jar:1.0.1'
<dependency org="org.webjars.bower" name="ng-perfect-scrollbar" rev="1.0.1">
  <artifact name="ng-perfect-scrollbar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ng-perfect-scrollbar', version='1.0.1')
)
libraryDependencies += "org.webjars.bower" % "ng-perfect-scrollbar" % "1.0.1"
[org.webjars.bower/ng-perfect-scrollbar "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bower : perfect-scrollbar jar [0.4,)
org.webjars.bower : angular jar [1.2,1.5)

Project Modules

There are no modules declared in this project.

angular-perfect-scrollbar

This is a small directive to allow the use of perfect-scrollbar in angular.

You can just use the file (in the src directory) as is - you only need to pay attention to the other stuff for further development. It is also available on Bower as 'angular-perfect-scrollbar'.

Installation

Install via Bower:

$ bower install ng-perfect-scrollbar --save
```

Include the angular-perfect-scrollbar files in your index.html:

<script src="bower_components/perfect-scrollbar/js/min/perfect-scrollbar.min.js"></script> <script src="bower_components/ng-perfect-scrollbar/dist/angular-perfect-scrollbar.js"></script> ```

Add it as module to your app.js:

['angular-perfect-scrollbar']

Use it wherever you want:

<perfect-scrollbar wheel-propagation="true" ...>
  // your content
</perfect-scrollbar>

<div perfect-scrollbar wheel-propagation="true" ...>
  // your content
</div>

Further installation and usage hints can be found here:

https://github.com/noraesae/perfect-scrollbar

You can find an example in the examples folder in this repository. Much respect to Hyunje Alex Jun for his great scrollbar library.

License

The MIT License (MIT) Copyright (c) 2013, 2014 Drew Miller and other contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Versions

Version
1.0.1