ux: working on how to show form in popover

This commit is contained in:
Torkel Ödegaard
2017-04-12 17:28:32 +02:00
parent 593b2ef866
commit de21be30d2
5 changed files with 67 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import Drop from 'tether-drop';
var template = `
<label for="check-{{ctrl.id}}" class="gf-form-label {{ctrl.labelClass}} pointer">
{{ctrl.label}}
<info-popover mode="right-normal" ng-if="ctrl.tooltip">
<info-popover mode="right-normal" ng-if="ctrl.tooltip" position="top center">
{{ctrl.tooltip}}
</info-popover>
</label>