Created
August 14, 2013 09:31
-
-
Save p14n/6229397 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html ng-app="gameapp"> | |
<head> | |
<script src="angular.min.js"></script> | |
<script src="cljs-w-directive.js"></script> | |
</head> | |
<body> | |
<h2>Game names</h2> | |
<div ng-controller="gameapp.GameCtrl"> | |
<gameslist games="mygames"/> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment