Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lfuhr authored Jun 8, 2018
1 parent 3ccb257 commit 4933553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/embedded_document.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<!-- Template Engine (requires data and uses syntax highlighting) -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lfuhr/ngDocEdit@0.2/ngDocEdit.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lfuhr/ngDocEdit@0.2.1/ngDocEdit.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>

<!-- Style -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/lfuhr/ngDocEdit@0.2/style.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/lfuhr/ngDocEdit@0.2.1/style.css">
</head>
<body ng-app="ngDocEdit" ng-controller="controller">
<div id="toc">
Expand All @@ -24,4 +24,4 @@ <h2>Table of Contents</h2>
<button embedded="true" blobdata="" ctrl-s="true">Download everything</button>


</body></html>
</body></html>

0 comments on commit 4933553

Please sign in to comment.