summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 7e5c83b..3563065 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -47,8 +47,10 @@
</div>
<div ng-repeat="person in que">
- <div ng-if="person.uid == uid" ng-click="querm(person.qid);">
- <a href="#" class="removeButton">Poista {{person.name}}</a>
+ <div ng-if="person.uid == uid">
+ <a href="#" class="removeButton" ng-click="querm(person.qid);">
+ Poista {{person.name}}
+ </a>
</div>
</div>