mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
tooltip directive should create a child scope
This commit is contained in:
parent
58759a5bc7
commit
ea7aa06c67
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ define(function (require) {
|
|||
template: html,
|
||||
transclude: true,
|
||||
replace: true,
|
||||
scope: true,
|
||||
link: function ($scope, $el, attr) {
|
||||
$scope.text = attr.text;
|
||||
$scope.placement = attr.placement || 'top';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue