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

Commit

Permalink
Improve demo page
Browse files Browse the repository at this point in the history
1. add link back to GitHub repo on demo page
2. remove jQuery in demo page
  • Loading branch information
imcotton committed Mar 8, 2016
1 parent 818161d commit 0973512
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="utf-8">
<title>AngularJS ui-mask</title>

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

Expand All @@ -19,7 +18,9 @@
</script>
<section id="mask">
<div class="page-header">
<h1>Mask</h1>
<h1>Mask
<small><a href="https://github.com/angular-ui/ui-mask">GitHub</a></small>
</h1>
</div>
<div class="row">
<div class="col-md-6">
Expand Down

0 comments on commit 0973512

Please sign in to comment.