diff --git a/vipra-ui/app/html/explorer.html b/vipra-ui/app/html/explorer.html
index f925a7219bd3628b355028ab5a53309ef56677ee..ae00c9a10557a1b083661eef813adcd26de3ded9 100644
--- a/vipra-ui/app/html/explorer.html
+++ b/vipra-ui/app/html/explorer.html
@@ -28,10 +28,10 @@
           <label class="check" ng-attr-for="{{::topic.id}}">
             <topic-menu topic="topic" />
             <span class="ellipsis topic">
-              <span ng-bind="::topic.name"></span>
+              <span ng-bind="topic.name"></span>
             </span>
           </label>
-          <span class="colorbox" style="background:{{::topic.color}}" bs-popover popover-title="{{::topic.name}}" popover-template="partials/topic-popover.html" popover-delay="500"></span>
+          <span class="colorbox" style="background:{{::topic.color}}" bs-popover popover-title="{{topic.name}}" popover-template="partials/topic-popover.html" popover-delay="500"></span>
         </div>
       </li>
     </ul>