Commit 2decd29971abbcee9a485ed7fb12006f9197568a
1 parent
70339905
Commit Changes
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -1332,7 +1332,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou |
1332 | 1332 | var termID = $rootScope.duplicateListArray[i].id; |
1333 | 1333 | if ($.inArray(termID, temp) == -1) { |
1334 | 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 | ... | ... |