define([ 'angular', 'jquery', 'lodash', ], function (angular, $, _) { 'use strict'; angular .module('grafana.directives') .directive('panelMenu', function($compile, linkSrv) { var linkTemplate = '' + '{{panel.title | interpolateTemplateVars:this}}' + '' + ' {{panelMeta.timeInfo}}' + ''; function createExternalLinkMenu($scope) { var template = '