Skip to content

Commit

Permalink
clear selected match on closing of the details
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Apr 2, 2019
1 parent 1f9d1f8 commit e601dd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

$scope.hideDetails = function () {
dialogService.closeAll();
matchService.selectedMatch = null;
};

}
Expand Down

0 comments on commit e601dd2

Please sign in to comment.