Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
Set variable on sort
Browse files Browse the repository at this point in the history
  • Loading branch information
trivedigaurav committed Jul 17, 2015
1 parent a767cea commit 2eb19ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ angular.module('myApp.controllers', [])
$scope.active.sort.reverse = false;
}

$scope.updateGrid($scope.active.variable, $scope.active.docIndex, true);
$scope.updateGrid(variable, $scope.active.docIndex, true);

}

Expand Down

0 comments on commit 2eb19ef

Please sign in to comment.