Skip to content

[NEW] Installation via bower added to README #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ To run the examples use __[this link](http://rawgithub.com/angular-ui/ui-scroll/

### Install and connect

#### npm
To install the package via npm use

```
Expand All @@ -111,6 +112,20 @@ After installation, the ui-scroll distributive files will be available as
<script src="node_modules/angular-ui-scroll/dist/ui-scroll-grid.min.js">
```

#### Bower
To install the package via bower use

```
bower install angular-ui-scroll
```

After installation, the ui-scroll distributive files will be available as

```
<script src="lib/angular-ui-scroll/dist/ui-scroll.min.js">
<script src="lib/angular-ui-scroll/dist/ui-scroll-grid.min.js">
```

There are also uncompressed versions (ui-scroll.js, ui-scroll-grid.js) and sourcemaps for all of js-files.

To use it in your angular-app you should add the module (modules)
Expand Down