AngularJS Template
Basic JSFiddle for AngularJS 1.2.1. Already contains the ngApp, ngController, data and method binding.
by Luis Perez
HTML
<div ng-controller="MinesweeperController">
</div>
JavaScript
function MinesweeperController($scope) {
}