From da965f1e2dc98079e07350dac8c4d70cf1ac84a6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Sep 2016 17:35:14 +0530 Subject: [PATCH] Commit changes for Ref : Issue #7399 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js index 5d5cf4f..a4b02e3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js @@ -40,7 +40,7 @@ function ($scope, $rootScope, pages, log,Modules,$http,$compile) { .select(); for (var i = 0; i < $scope.countLeftlist; i++) { console.log($scope.listCurriculumBuilder.slideshows.slideshow[i]._label); - alert($scope.listCurriculumBuilder.slideshows.slideshow[i]._label); + //alert($scope.listCurriculumBuilder.slideshows.slideshow[i]._label); var $el = $('
  • ' + $scope.listCurriculumBuilder.slideshows.slideshow[i]._label + '
  • ').appendTo('#leftBodyViewList'); $compile($el)($scope); } @@ -56,7 +56,7 @@ function ($scope, $rootScope, pages, log,Modules,$http,$compile) { $scope.loadSlideShowXmldata = function (e) { - alert(e); + // alert(e); $http({ method: 'GET', url: 'content/data/json/cb/SlideShow/AIA_Curriculum_Builder_Guide.sldshw' }).success(function (data) { $scope.dataPopup = data; -- libgit2 0.21.4