Skip to content

Commit

Permalink
Update validation-rules.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lfuhr authored Jun 8, 2018
1 parent 4933553 commit a249bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/validation-rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Template Engine (requires data and uses syntax highlighting) -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"><!-- WYSIWYG -->
<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>

<!-- Data -->
<script src="ValidationRules.js"></script>
Expand All @@ -24,7 +24,7 @@
</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"/>
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->

<!-- Custom scripts (like macros in Excel) -->
Expand Down Expand Up @@ -123,4 +123,4 @@ <h1>Whole Sourcecode</h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit a249bf0

Please sign in to comment.