feat(templating): refactoring template variable handling for variables that change on time refresh, closes #5021

This commit is contained in:
Torkel Ödegaard
2016-07-06 08:25:46 +02:00
parent 069100099d
commit 7c7e26bc18
4 changed files with 11 additions and 9 deletions

View File

@@ -87,6 +87,7 @@ export class DashboardCtrl {
};
$scope.templateVariableUpdated = function() {
console.log('dynamic update');
dynamicDashboardSrv.update($scope.dashboard);
};