SinglestatPanel: another small fix for drilldown link click while fullscreen mode, #1041

This commit is contained in:
Torkel Ödegaard 2014-11-14 11:41:36 +01:00
parent 8ad83b8d58
commit c11ce99bb3

View File

@ -185,7 +185,7 @@ function (angular, app, _, $) {
var linkInfo = linkSrv.getPanelLinkAnchorInfo(panel.links[0]);
if (linkInfo.href[0] === '#') { linkInfo.href = linkInfo.href.substring(1); }
$timeout(function() { $location.search({}); $location.path(linkInfo.href); });
$timeout(function() { $location.url(linkInfo.href); });
drilldownTooltip.detach();
});