aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app/index.html
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-05-02 01:46:25 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2012-05-02 01:46:25 -0400
commitb496488568fd5a00e36f5d3b7b4f9a0db6ac204b (patch)
tree4a9086053eb45dace2c8268a91b2854acc7b125f /alias-angular/app/index.html
parent8ffa261653584518f11b733fd224c0ff46b8a4b1 (diff)
downloadalias-b496488568fd5a00e36f5d3b7b4f9a0db6ac204b.tar.gz
cleanups
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>