Fix "ZabbixAPIQueryCtrl not a function" error.

This commit is contained in:
Alexander Zobnin
2015-05-12 20:18:36 +03:00
parent 6323c962e5
commit 4d733f2aad

View File

@@ -2,7 +2,7 @@ define([
'angular',
'lodash',
'kbn',
'moment'
'./queryCtrl',
],
function (angular, _, kbn) {
'use strict';