File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -98,32 +98,30 @@ 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
102
- To install the package via npm use
101
+ To install the package via __ npm__ use
103
102
104
103
```
105
104
npm install --save angular-ui-scroll
106
105
```
107
106
108
- After installation, the ui-scroll distributive files will be available as
107
+ After installation via npm , the ui-scroll distributive files will be available as
109
108
110
109
```
111
110
<script src="node_modules/angular-ui-scroll/dist/ui-scroll.min.js">
112
111
<script src="node_modules/angular-ui-scroll/dist/ui-scroll-grid.min.js">
113
112
```
114
113
115
- #### Bower
116
- To install the package via bower use
114
+ To install the package via __ bower__ use
117
115
118
116
```
119
117
bower install angular-ui-scroll
120
118
```
121
119
122
- After installation, the ui-scroll distributive files will be available as
120
+ After installation via bower , the ui-scroll distributive files will be available as
123
121
124
122
```
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">
123
+ <script src="bower_components /angular-ui-scroll/dist/ui-scroll.min.js">
124
+ <script src="bower_components /angular-ui-scroll/dist/ui-scroll-grid.min.js">
127
125
```
128
126
129
127
There are also uncompressed versions (ui-scroll.js, ui-scroll-grid.js) and sourcemaps for all of js-files.
You can’t perform that action at this time.
0 commit comments