aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'alias-angular/app/index.html')
-rw-r--r--alias-angular/app/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/alias-angular/app/index.html b/alias-angular/app/index.html
index 5cabe92..2f9ab62 100644
--- a/alias-angular/app/index.html
+++ b/alias-angular/app/index.html
@@ -55,7 +55,6 @@
<div id="main" ng-controller="MsgCtl">
<ul class="nav nav-tabs">
<li ng-repeat="conversation in conversations" ng-class="isActive(conversation)" ng-click="activate(conversation)">
- <!-- why does writing ng-click="activeConversation=conversation" doesn't work? -->
<a href="#repeat">{{conversation}} <i class="icon-remove" ng-click="delete(conversation)"></i></a>
</li>
</ul>