Big refactoring/rewrite for how annotation tooltips are shown, also work on #1474

This commit is contained in:
Torkel Ödegaard
2015-05-27 13:11:32 +02:00
parent e76d2ec9c2
commit 494ede5bbf
11 changed files with 114 additions and 31 deletions

View File

@@ -16,7 +16,7 @@
tags
</a>
<span ng-show="query.tag">
| <a ng-click="filterByTag('')" tag-color-from-name tag="query.tag" class="label label-tag" ng-if="query.tag">
| <a ng-click="filterByTag('')" tag-color-from-name="query.tag" class="label label-tag" ng-if="query.tag">
<i class="fa fa-remove"></i>
{{query.tag}}
</a>