Commit 0b9774d80208e5ba2e83cc43629c998d6fa3515e
1 parent
535f589d
AASelectAllAscOrdertitle merged
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -411,7 +411,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
411 | 411 | $scope.moduleLandingData = result; |
412 | 412 | $scope.selectedAAListViewData = new jinqJs() |
413 | 413 | .from($scope.moduleLandingData.data.root.Item) |
414 | - //.orderBy([{ field: '_Title', sort: 'asc' }]) | |
414 | + .orderBy([{ field: '_Title', sort: 'asc' }]) | |
415 | 415 | .select(); |
416 | 416 | |
417 | 417 | $('#grid-view').empty(); | ... | ... |