Commit 2decd29971abbcee9a485ed7fb12006f9197568a

Authored by unknown
1 parent 70339905

Commit Changes

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -1332,7 +1332,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou @@ -1332,7 +1332,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
1332 var termID = $rootScope.duplicateListArray[i].id; 1332 var termID = $rootScope.duplicateListArray[i].id;
1333 if ($.inArray(termID, temp) == -1) { 1333 if ($.inArray(termID, temp) == -1) {
1334 temp.push(termID); 1334 temp.push(termID);
1335 - $rootScope.sortedListArray.push({ "title": $rotScope.duplicateListArray[i].title, "id": termID }); 1335 + $rootScope.sortedListArray.push({ "title": $rootScope.duplicateListArray[i].title, "id": termID });
1336 } 1336 }
1337 } 1337 }
1338 1338