We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12443ce commit 429de45Copy full SHA for 429de45
public/app/gameController.js
@@ -34,7 +34,7 @@ function Game($q, $scope, $http, $interval, $routeParams, SessionService, UserSe
34
}, 5000);
35
36
$scope.move = function(cellid){
37
- if ( $scope.moving == 1 ) {
+ if ( $scope.moving == 1 || $scope.winner != '' ) {
38
return;
39
}
40
$scope.moving = 1;
0 commit comments