Skip to content

Commit e84e443

Browse files
committed
Created gameboard files
1 parent 53f0c9b commit e84e443

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

working/app/Board/gameBoard.html

Whitespace-only changes.

working/app/Board/gameBoard.js

Whitespace-only changes.

working/app/game/game.js

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ angular.module('app.game', [])
44
$("#container").empty();
55
$("#container").append($scope.html);
66
})
7+
$scope.compile = function() {
8+
console.log("You clicked a button!")
9+
}
710
})
811

working/app/home/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<div>Welcome!</div>
2-
<button ng-click="home.playGame()">Play Game!</button>
2+
<button class="btn btn-default" ng-click="home.playGame()">Play Game!</button>

0 commit comments

Comments
 (0)