Skip to content

Commit

Permalink
docs(demos): fix demos that are broken due to dependency on old vs of…
Browse files Browse the repository at this point in the history
… angular
  • Loading branch information
ccrowhurstram committed Jul 12, 2015
1 parent 36f31b5 commit e2e928b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo10.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!--[if lt IE 9]>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<![endif]-->
<script src="js/angular.min.js"></script>
<script src="../bower_components/angular/angular.js"></script>
<script src="../dist/ng-table.js"></script>
<link rel="stylesheet" href="../dist/ng-table.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/demo19.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--[if lt IE 9]>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<![endif]-->
<script src="js/angular.min.js"></script>
<script src="../bower_components/angular/angular.js"></script>
<script src="../dist/ng-table.js"></script>
<link rel="stylesheet" href="../dist/ng-table.css">
</head>
Expand Down

0 comments on commit e2e928b

Please sign in to comment.