summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorXheni Myrtaj <myrtajxheni@gmail.com>2018-04-10 16:39:22 +0200
committerXheni Myrtaj <myrtajxheni@gmail.com>2018-04-10 16:39:22 +0200
commita49310f7df1ea38e937db6ba77535a69a6a5495e (patch)
tree948192c515170fad363ced5e6591774cead0b969 /templates
parentca838945b49bef9e1b32ba184d3330107d8da014 (diff)
use uib-tooltip
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/propertyGroup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/propertyGroup.html b/templates/propertyGroup.html
index 2cce1a4f..d4d01453 100644
--- a/templates/propertyGroup.html
+++ b/templates/propertyGroup.html
@@ -1,7 +1,7 @@
<h3 class="propertyGroup__title">
<i ng-class="ctrl.getIconClass()"></i>
{{ctrl.getReadableName()}}
- <i ng-class="ctrl.getInfoClass()" title="{{ctrl.getInfoText()}}"></i>
+ <i ng-class="ctrl.getInfoClass()" tooltip-append-to-body="true" tooltip-placement="right" uib-tooltip="{{ctrl.getInfoText()}}"></i>
</h3>
<detailsItem ng-repeat="property in ctrl.properties" name="ctrl.name" data="property" model="ctrl.contact" index="$index"
class="details-item-{{ctrl.name}}" ng-class="{ 'failed': ctrl.contact.failedProps.indexOf(ctrl.name) !== -1 }"></detailsItem>