From c20d91018fe194d6aa3251a145cc1af2e97bcc58 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 22 Sep 2015 21:32:51 +0300 Subject: [PATCH] iss #73 - fix query editor initializing. --- zabbix/queryCtrl.js | 2 ++ 1 file changed, 2 insertions(+) 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(); + }); });