From 6a85985661b9c0535aa5e6cf306e0db013640bd4 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Feb 2018 10:49:24 +0530 Subject: [PATCH] Commit Changes --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 9b21bee..d1cd7aa 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -503,7 +503,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $scope.FilterByImage = function (moduleId, query) { - debugger; + console.log(query); $scope.moduleId = moduleId; $scope.filterstring = true; @@ -674,7 +674,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou } $scope.Reset = function (moduleId, query) { - debugger; + query.selectedbodyregion = ""; query.selectedbodysystem = ""; query.selectedorientation = ""; -- libgit2 0.21.4