Skip to content
Snippets Groups Projects
Commit ae9159bb authored by Eike Cochu's avatar Eike Cochu
Browse files

fixed renaming topics in explorer

parent 3c4d3617
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
<label class="check" ng-attr-for="{{::topic.id}}"> <label class="check" ng-attr-for="{{::topic.id}}">
<topic-menu topic="topic" /> <topic-menu topic="topic" />
<span class="ellipsis topic"> <span class="ellipsis topic">
<span ng-bind="::topic.name"></span> <span ng-bind="topic.name"></span>
</span> </span>
</label> </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> </div>
</li> </li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment