Skip to content

Commit ac0ba0f

Browse files
authored
Merge pull request #162 from MisterDev/master
[NEW] Installation via bower added to README
2 parents 80656f0 + 0f0a334 commit ac0ba0f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ To run the examples use __[this link](http://rawgithub.com/angular-ui/ui-scroll/
9898

9999
### Install and connect
100100

101+
#### npm
101102
To install the package via npm use
102103

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

115+
#### Bower
116+
To install the package via bower use
117+
118+
```
119+
bower install angular-ui-scroll
120+
```
121+
122+
After installation, the ui-scroll distributive files will be available as
123+
124+
```
125+
<script src="lib/angular-ui-scroll/dist/ui-scroll.min.js">
126+
<script src="lib/angular-ui-scroll/dist/ui-scroll-grid.min.js">
127+
```
128+
114129
There are also uncompressed versions (ui-scroll.js, ui-scroll-grid.js) and sourcemaps for all of js-files.
115130

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

0 commit comments

Comments
 (0)