Commit 7ca7fe8727c682f723e71c9c0f68aa5d9dcee9b8

Authored by Nikita Kulshreshtha
1 parent a75229ef

code was not updated by command so done manually changed

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -1438,7 +1438,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
1438 1438 var termID = $rootScope.duplicateListArray[i].id;
1439 1439 if ($.inArray(termID, temp) == -1) {
1440 1440 temp.push(termID);
1441   - $rootScope.sortedListArray.push({ "title": $rotScope.duplicateListArray[i].title, "id": termID });
  1441 + $rootScope.sortedListArray.push({ "title": $rootScope.duplicateListArray[i].title, "id": termID });
1442 1442 }
1443 1443 }
1444 1444  
... ...