feat(UX): revived dash-edit-mode branch, #6099

This commit is contained in:
Torkel Ödegaard
2016-10-23 10:05:31 +02:00
parent 1bb8192a38
commit 29e834e74b
11 changed files with 211 additions and 146 deletions

View File

@@ -58,7 +58,7 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
var componentInfo: any = {
name: 'panel-plugin-' + scope.panel.type,
bindings: {dashboard: "=", panel: "=", row: "="},
attrs: {dashboard: "dashboard", panel: "panel", row: "row"},
attrs: {dashboard: "ctrl.dashboard", panel: "panel", row: "ctrl.row"},
};
var panelElemName = 'panel-' + scope.panel.type;