Skip to content

Commit

Permalink
Merge pull request #732 from HS2-SOLUTIONS/master
Browse files Browse the repository at this point in the history
Fix starter template
  • Loading branch information
eugef authored Jul 9, 2018
2 parents 17d312d + b111ea8 commit cc2e717
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions starter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Angular-xeditable Starter Template</title>
<!-- Bootstrap 3 css -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<!-- Angular.js -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular-sanitize.min.js"></script>
<!-- Angular-xeditable -->
<link href="angular-xeditable/css/xeditable.css" rel="stylesheet">
<script src="angular-xeditable/js/xeditable.js"></script>
Expand All @@ -24,4 +25,4 @@ <h1 style="margin-bottom: 20px">Angular-xeditable Starter Template</h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit cc2e717

Please sign in to comment.