diff --git a/zabbix/queryCtrl.js b/zabbix/queryCtrl.js index 92e676a..e3cd929 100644 --- a/zabbix/queryCtrl.js +++ b/zabbix/queryCtrl.js @@ -266,6 +266,8 @@ define([ return errs; } + $scope.init(); + }); });