export view json now templatized, fixes #10001

This commit is contained in:
Patrick O'Carroll 2017-11-28 13:27:43 +01:00
parent 4a2941dc90
commit afd0fc3652

View File

@ -26,7 +26,7 @@ export class DashExportCtrl {
}
saveJson() {
var clone = this.dashboardSrv.getCurrent().getSaveModelClone();
var clone = this.dash;
this.$scope.$root.appEvent('show-json-editor', {
object: clone,