diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
index 93c16b7..7332f09 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -126,7 +126,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
$rootScope.isLoading = false;
$('#spinner').css('visibility', 'hidden');
- }, 100);
+ }, 200);
}, 100);
@@ -933,7 +933,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
$rootScope.isLoading = false;
$('#spinner').css('visibility', 'hidden');
- // $scope.MultiLanguageAnnationArray.push($rootScope.annotationText[i])
+
}
$scope.removeSpeechBubble = function () {
@@ -1468,7 +1468,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
})
},
function (error) {
- // handle errors here
+
console.log(' error: ' + error.statusText);
}
)
@@ -1486,7 +1486,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
var currentView = $rootScope.getLocalStorageValue("currentViewTitle");
var viewNmeHtml = ''
$('#viewName').append(viewNmeHtml);
- //$("#viewName").append("");
+
$rootScope.isLoading = false;
$('#spinner').css('visibility', 'hidden');
@@ -1549,9 +1549,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
if ($rootScope.bodySystemTermArray[j].language == $rootScope.lexiconLanguageArray[0].id) {
$rootScope.duplicateListArray.push({ "title": $rootScope.bodySystemTermArray[j].text, "id": $rootScope.bodySystemTermArray[j].termNumbr });
-
-
- // console.log($rootScope.bodySystemTermArray);
+
}
}
}
@@ -1563,9 +1561,8 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
var termID = $rootScope.duplicateListArray[i].id;
if ($.inArray(termID, temp) == -1) {
temp.push(termID);
- console.log('1'+$rootScope.duplicateListArray[i].title + " " + $rootScope.duplicateListArray[i].id);
$rootScope.sortedListArray.push({ "title": $rootScope.duplicateListArray[i].title, "id": termID });
- console.log('3' + $rootScope.sortedListArray[i].title + " " + $rootScope.sortedListArray[i].id)
+
}
}
console.log('2'+$rootScope.sortedListArray);