MIT License
A step by step guide to creating a very simple minesweeper game in Angular.
To view the various "steps" in development, (or at least the development in different stages as it progresses), please checkout the various tags ("begin", "step_1", etc).
#Step 9: Add "flagging" on right-click
- Add a right-click directive.
- Create an event to toggle a "flag" on the cell.
- Wire it up.