diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 7e48a14..bb1691f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -59,8 +59,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.openModuleItemView = function (event) { - debugger; - //0. Get selected Image Id var moduleItemDataToBeSaved = event.target.id; @@ -184,7 +182,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo .then( function (result) { $scope.aaPinData = result.data.Root.Item; - debugger; + angular.forEach($scope.aaPinData, function (value, key) { $scope.context.beginPath(); @@ -259,7 +257,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo var promise = ModuleService.loadModuleDataBasedOnModuleName($scope.moduleName) .then( function (result) { - alert("mukul"); + // alert(JSON.stringify($scope.moduleLandingData)); $scope.moduleLandingData = result; $scope.selectedAAListViewData = new jinqJs()