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;