Директива Angular.js не работает для uib-подсказки ⇐ Jquery
-
Гость
Директива Angular.js не работает для uib-подсказки
I am struggeling with uib-tooltip. I would like to add there 'tooltip-popup-delav' using a directive.
export function UibTooltipDelay(): ng.IDirective { 'ngInject'; return { restrict: 'A', link: (scope: ng.IScope, element: JQuery) => { element.attr('tooltip-popup-delay', 500); } } } Attribute is added but it does not work... why?
Источник: https://stackoverflow.com/questions/781 ... ib-tooltip
I am struggeling with uib-tooltip. I would like to add there 'tooltip-popup-delav' using a directive.
export function UibTooltipDelay(): ng.IDirective { 'ngInject'; return { restrict: 'A', link: (scope: ng.IScope, element: JQuery) => { element.attr('tooltip-popup-delay', 500); } } } Attribute is added but it does not work... why?
Источник: https://stackoverflow.com/questions/781 ... ib-tooltip
Мобильная версия