File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is an AngularJS form validation written in [CoffeeScript](http://coffeescri
99
1010
1111##Frameworks
12- 1 . [ AngularJS] ( http://angularjs.org/ ) 1.2.15
12+ 1 . [ AngularJS] ( http://angularjs.org/ ) 1.2.16
1313
14142 . [ Bootstrap 3] ( http://getbootstrap.com/ )
1515> If your ` error ` is ` string ` in rules you should include bootstrap3.css and use ` form-group ` to the input div.
Original file line number Diff line number Diff line change 2121 " tests"
2222 ],
2323 "dependencies" : {
24- "angular" : " ~ 1.2.15 " ,
25- "angular-mocks" : " ~ 1.2.15 "
24+ "angular" : " 1.2.16 " ,
25+ "angular-mocks" : " 1.2.16 "
2626 }
2727}
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 "/>
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge "/>
66 < title > angular-validator</ title >
7- < link type ="text/css " rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.0 /css/bootstrap.min.css "/>
7+ < link type ="text/css " rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1 /css/bootstrap.min.css "/>
88 < link type ="text/css " rel ="stylesheet " href ="example/site.css "/>
9- < script type ="text/javascript " src ="//ajax.googleapis.com/ajax/libs/angularjs/1.2.15 /angular.min.js "> </ script >
9+ < script type ="text/javascript " src ="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16 /angular.min.js "> </ script >
1010 < script type ="text/javascript " src ="dist/angular-validator.js "> </ script >
1111 < script type ="text/javascript " src ="dist/angular-validator-rules.js "> </ script >
1212 < script type ="text/javascript " src ="example/demo.js "> </ script >
You can’t perform that action at this time.
0 commit comments