From ca7af014aecc9a6b2acdf2993e5c21eaffc50f93 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Wed, 19 Mar 2014 11:42:36 +0200 Subject: [PATCH] Remove definition of QueryFIddleCtrl. --- rd_ui/app/scripts/controllers/controllers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rd_ui/app/scripts/controllers/controllers.js b/rd_ui/app/scripts/controllers/controllers.js index 3a8d14a1c..fb776e639 100644 --- a/rd_ui/app/scripts/controllers/controllers.js +++ b/rd_ui/app/scripts/controllers/controllers.js @@ -225,7 +225,6 @@ .controller('DashboardCtrl', ['$scope', '$routeParams', '$http', '$timeout', 'Dashboard', DashboardCtrl]) .controller('WidgetCtrl', ['$scope', '$http', '$location', 'Query', WidgetCtrl]) .controller('QueriesCtrl', ['$scope', '$http', '$location', '$filter', 'Query', QueriesCtrl]) - .controller('QueryFiddleCtrl', ['$scope', '$window', '$location', '$routeParams', '$http', '$location', 'growl', 'notifications', 'Query', 'Visualization', QueryFiddleCtrl]) .controller('IndexCtrl', ['$scope', 'Dashboard', IndexCtrl]) .controller('MainCtrl', ['$scope', 'Dashboard', 'notifications', MainCtrl]); })();