Commit dbb56fee5184bf90c57e65e9a3a2ae7e2044d443
1 parent
3e9836de
Removed Debugger
Showing
1 changed file
with
4 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -38,7 +38,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
38 | 38 | $scope.isListViewDataLoaded = true; |
39 | 39 | |
40 | 40 | $scope.setActiveTab = function (tabToSet) { |
41 | - debugger; | |
41 | + | |
42 | 42 | $scope.activeTab = tabToSet; |
43 | 43 | localStorage.setItem("activeTab", $scope.activeTab); |
44 | 44 | if ($scope.activeTab == 1) { |
... | ... | @@ -124,7 +124,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
124 | 124 | //}); |
125 | 125 | $scope.isOpenBtnClicked = false; |
126 | 126 | $scope.openModuleItemView = function (event) { |
127 | - debugger; | |
127 | + | |
128 | 128 | localStorage.setItem("activeTab", $scope.activeTab); |
129 | 129 | //0. Get selected Image Id |
130 | 130 | if ($scope.isListViewButtonClicked == true) { |
... | ... | @@ -1569,7 +1569,7 @@ function openModuleItemView(event) { |
1569 | 1569 | } |
1570 | 1570 | |
1571 | 1571 | function openListViewModuleItem(event) { |
1572 | - debugger; | |
1572 | + | |
1573 | 1573 | var scope = angular.element(document.getElementById("list-view")).scope(); |
1574 | 1574 | scope.isListViewButtonClicked = true; |
1575 | 1575 | scope.$apply(function () { |
... | ... | @@ -1578,7 +1578,7 @@ function openListViewModuleItem(event) { |
1578 | 1578 | } |
1579 | 1579 | |
1580 | 1580 | function openCurrentView(event) { |
1581 | - debugger; | |
1581 | + | |
1582 | 1582 | var scope = angular.element(document.getElementById("list-view")).scope(); |
1583 | 1583 | scope.isOpenBtnClicked = true; |
1584 | 1584 | scope.$apply(function () { | ... | ... |