iss #73 - fix query editor initializing.

This commit is contained in:
Alexander Zobnin
2015-09-22 21:32:51 +03:00
parent 76c08e6006
commit c20d91018f

View File

@@ -266,6 +266,8 @@ define([
return errs; return errs;
} }
$scope.init();
}); });
}); });