Skip to content

Commit

Permalink
updated AngularJS to 1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed Jun 13, 2014
1 parent fe03c71 commit 7d762a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.16
1. [AngularJS](http://angularjs.org/) 1.2.18

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.16",
"angular-mocks": "1.2.16"
"angular": "1.2.18",
"angular-mocks": "1.2.18"
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>angular-validator</title>
<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.16/angular.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.18/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 7d762a4

Please sign in to comment.