Deleted checkTooltip for edge downlinks
This commit is contained in:
parent
d36f20ec40
commit
a60f3630e8
@ -92,14 +92,6 @@ export default function EdgeDownlinksRowDirective($compile, $templateCache, $mdD
|
||||
type === types.edgeEventType.widgetsBundle );
|
||||
}
|
||||
|
||||
scope.checkTooltip = function($event) {
|
||||
var el = $event.target;
|
||||
var $el = angular.element(el);
|
||||
if(el.offsetWidth < el.scrollWidth && !$el.attr('title')){
|
||||
$el.attr('title', $el.text());
|
||||
}
|
||||
}
|
||||
|
||||
$compile(element.contents())(scope);
|
||||
|
||||
scope.updateStatus = function(downlinkCreatedTime) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user