| $scope.switchSorting = -> | |
| if $scope.sorting == '-status' | |
| $scope.sorting = '+status' | |
| else | |
| $scope.sorting = '-status' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| $scope.switchSorting = -> | |
| if $scope.sorting == '-status' | |
| $scope.sorting = '+status' | |
| else | |
| $scope.sorting = '-status' |