Skip to content

Commit

Permalink
Bumping Angular and Bootstrap versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brantwills committed Apr 22, 2015
1 parent 093a1ad commit 51ed08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Angular Paging Directive</title>
<link type="text/css" rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" >
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" >
<style>
.jumbotron h2 {margin-top: 0}
hr {margin: 50px 0 60px}
Expand Down Expand Up @@ -222,7 +222,7 @@ <h3> Reference Links </h3>
</div>
<br/><br/>

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="app.js"></script>
<script src="paging.js"></script>
</body>
Expand Down

0 comments on commit 51ed08c

Please sign in to comment.