I am trying to write a simple tic-tac-toe game using Angular. I\'ve created 2d 3x3 array named values with \'empty\' value in every cell. I loop over it wi
values