File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ To run the examples use __[this link](http://rawgithub.com/angular-ui/ui-scroll/
98
98
99
99
### Install and connect
100
100
101
+ #### npm
101
102
To install the package via npm use
102
103
103
104
```
@@ -111,6 +112,20 @@ After installation, the ui-scroll distributive files will be available as
111
112
<script src="node_modules/angular-ui-scroll/dist/ui-scroll-grid.min.js">
112
113
```
113
114
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
+
114
129
There are also uncompressed versions (ui-scroll.js, ui-scroll-grid.js) and sourcemaps for all of js-files.
115
130
116
131
To use it in your angular-app you should add the module (modules)
You can’t perform that action at this time.
0 commit comments