Custom comparisons, performance improvements

This commit is contained in:
Colin McLeod
2015-05-20 00:29:24 -07:00
parent 02fe76f43b
commit 6c1e3a7410
146 changed files with 1096 additions and 1062 deletions

View File

@@ -0,0 +1,9 @@
<h2>Permalink</h2>
<br>
<h3>URL</h3>
<input ng-model="url" size="70" ng-focus="onTextClick($event)">
<br><br>
<h3>Shortened</h3>
<input ng-model="shortenedUrl" size="25" ng-focus="onTextClick($event)">
<br><br>
<button class="r dismiss" ng-click="dismiss()">Close</button>