Skip to content

Commit

Permalink
updated AngularJS 1.2.16 and Bootstrap 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed Apr 28, 2014
1 parent 0d3cd62 commit 9782673
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an AngularJS form validation written in [CoffeeScript](http://coffeescri


##Frameworks
1. [AngularJS](http://angularjs.org/) 1.2.15
1. [AngularJS](http://angularjs.org/) 1.2.16

2. [Bootstrap 3](http://getbootstrap.com/)
> If your `error` is `string` in rules you should include bootstrap3.css and use `form-group` to the input div.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tests"
],
"dependencies": {
"angular": "~1.2.15",
"angular-mocks": "~1.2.15"
"angular": "1.2.16",
"angular-mocks": "1.2.16"
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>angular-validator</title>
<link type="text/css" rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" href="example/site.css"/>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
<script type="text/javascript" src="dist/angular-validator.js"></script>
<script type="text/javascript" src="dist/angular-validator-rules.js"></script>
<script type="text/javascript" src="example/demo.js"></script>
Expand Down

0 comments on commit 9782673

Please sign in to comment.