Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 0973512

Browse files
committed
Improve demo page
1. add link back to GitHub repo on demo page 2. remove jQuery in demo page
1 parent 818161d commit 0973512

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demo/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>AngularJS ui-mask</title>
66

7-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
87
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
98
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css">
109

@@ -19,7 +18,9 @@
1918
</script>
2019
<section id="mask">
2120
<div class="page-header">
22-
<h1>Mask</h1>
21+
<h1>Mask
22+
<small><a href="https://github.com/angular-ui/ui-mask">GitHub</a></small>
23+
</h1>
2324
</div>
2425
<div class="row">
2526
<div class="col-md-6">

0 commit comments

Comments
 (0)