Commit 38daa33ef683bfb7f5c5f6be8cd340a9a6ef092c
1 parent
69b00c58
removed debugger
Showing
1 changed file
with
2 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -59,8 +59,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -59,8 +59,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
59 | 59 | ||
60 | $scope.openModuleItemView = function (event) { | 60 | $scope.openModuleItemView = function (event) { |
61 | 61 | ||
62 | - debugger; | ||
63 | - | ||
64 | //0. Get selected Image Id | 62 | //0. Get selected Image Id |
65 | var moduleItemDataToBeSaved = event.target.id; | 63 | var moduleItemDataToBeSaved = event.target.id; |
66 | 64 | ||
@@ -184,7 +182,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -184,7 +182,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
184 | .then( | 182 | .then( |
185 | function (result) { | 183 | function (result) { |
186 | $scope.aaPinData = result.data.Root.Item; | 184 | $scope.aaPinData = result.data.Root.Item; |
187 | - debugger; | 185 | + |
188 | angular.forEach($scope.aaPinData, function (value, key) { | 186 | angular.forEach($scope.aaPinData, function (value, key) { |
189 | 187 | ||
190 | $scope.context.beginPath(); | 188 | $scope.context.beginPath(); |
@@ -259,7 +257,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -259,7 +257,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
259 | var promise = ModuleService.loadModuleDataBasedOnModuleName($scope.moduleName) | 257 | var promise = ModuleService.loadModuleDataBasedOnModuleName($scope.moduleName) |
260 | .then( | 258 | .then( |
261 | function (result) { | 259 | function (result) { |
262 | - alert("mukul"); | 260 | + |
263 | // alert(JSON.stringify($scope.moduleLandingData)); | 261 | // alert(JSON.stringify($scope.moduleLandingData)); |
264 | $scope.moduleLandingData = result; | 262 | $scope.moduleLandingData = result; |
265 | $scope.selectedAAListViewData = new jinqJs() | 263 | $scope.selectedAAListViewData = new jinqJs() |