Commit ab68a2d31a1fb5fb81c0c1a9e8078e00da4f1766

Authored by Mukul Rajput
1 parent 2ca490b1

this is for the bug 20271 Thumbnails non-alphabetical order when click on Show All

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -313,7 +313,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
313 313 $scope.moduleLandingData = result;
314 314 $scope.selectedAAListViewData = new jinqJs()
315 315 .from($scope.moduleLandingData.data.root.Item)
316   - //.orderBy([{ field: '_Title', sort: 'asc' }])
  316 + .orderBy([{ field: '_Title', sort: 'asc' }])
317 317 .select();
318 318  
319 319 $('#grid-view').empty();
... ...