Closed bencentra closed 7 years ago
Initial attempt to just move $scope.current_slot
from machine.js to app.js failed. For now, moved the code back. I believe I moved it in the first place for Thunderdome (since then the websocket code would need to be reused), but that's on hold.
I should probably go through the angular code to remove my various abuses of $scope
, which might help solve the problem.
Sometime after I moved the websocket code to app.js, credit deduction stopped working because
current_slot
stopped being in scope.