feat(plugins): minor fixes to breaking out query editor row into reusable component

This commit is contained in:
Torkel Ödegaard
2016-02-02 16:57:05 +01:00
parent f2700822e9
commit fc829b32d9
4 changed files with 20 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ function queryEditorRowDirective() {
restrict: 'E',
templateUrl: 'public/app/features/panel/partials/query_editor_row.html',
transclude: true,
scope: { ctrl: "=" },
scope: {ctrl: "="},
};
}