File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 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/
9898
9999### Install and connect
100100
101+ #### npm
101102To 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+
114129There are also uncompressed versions (ui-scroll.js, ui-scroll-grid.js) and sourcemaps for all of js-files.
115130
116131To use it in your angular-app you should add the module (modules)
You can’t perform that action at this time.
0 commit comments