Skip to content

Commit 744edde

Browse files
author
Huei Tan
committed
Merge pull request #72 from eyupatis/patch-1
Update readme with bower installation steps
2 parents 64b8eee + 2e30173 commit 744edde

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,24 @@ Install with npm
3636
npm install angular-validation
3737
```
3838

39+
or with bower
40+
41+
```
42+
bower install angular-validation
43+
```
44+
3945
Using angular-validation
4046
---
4147
```html
4248
<script src="dist/angular-validation.js"></script>
4349
<script src="dist/angular-validation-rule.js"></script>
4450
```
51+
Using angular-validation with bower
52+
---
53+
```html
54+
<script src="lib/angular-validation/dist/angular-validation.js"></script>
55+
<script src="lib/angular-validation/dist/angular-validation-rule.js"></script>
56+
```
4557
```js
4658
angular.module('yourApp', ['validation']);
4759

0 commit comments

Comments
 (0)