We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e297122 commit e1aed89Copy full SHA for e1aed89
README.md
@@ -16,11 +16,16 @@ You can install the library via [Bower](http://bower.io/):
16
```
17
bower install angular-route-segment
18
19
-Or use this CDN link (thanks to [cdnjs.com](http://cdnjs.com)):
+Or using [npm](http://npmjs.com):
20
+```
21
+npm install angular-route-segment
22
23
+Or using this CDN link (thanks to [cdnjs.com](http://cdnjs.com)):
24
```html
-<script src="//cdnjs.cloudflare.com/ajax/libs/angular-route-segment/1.4.0/angular-route-segment.min.js"></script>
25
+<script src="//cdnjs.cloudflare.com/ajax/libs/angular-route-segment/1.5.0/angular-route-segment.min.js"></script>
26
27
28
+
29
Tested with AngularJS 1.2.21, 1.3.16, and 1.4.0.
30
31
Overview
0 commit comments