Commit 6a85985661b9c0535aa5e6cf306e0db013640bd4

Authored by unknown
1 parent e2acf51a

Commit Changes

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -503,7 +503,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
503 503  
504 504  
505 505 $scope.FilterByImage = function (moduleId, query) {
506   - debugger;
  506 +
507 507 console.log(query);
508 508 $scope.moduleId = moduleId;
509 509 $scope.filterstring = true;
... ... @@ -674,7 +674,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
674 674 }
675 675  
676 676 $scope.Reset = function (moduleId, query) {
677   - debugger;
  677 +
678 678 query.selectedbodyregion = "";
679 679 query.selectedbodysystem = "";
680 680 query.selectedorientation = "";
... ...