feat(panels): fixes

This commit is contained in:
Torkel Ödegaard
2016-01-28 16:48:37 -05:00
parent a00231a1c2
commit 56c76f380b
9 changed files with 24 additions and 20 deletions

View File

@@ -16,7 +16,6 @@ function panelEditorTab(dynamicDirectiveSrv) {
directive: scope => {
var pluginId = scope.ctrl.pluginId;
var tabIndex = scope.index;
console.log('tab plugnId:', pluginId);
return Promise.resolve({
name: `panel-editor-tab-${pluginId}${tabIndex}`,