#Overview
This is an angular directive for css playing cards. The css and images are ripped off from Don Park's scalable-css-playing-cards.
Get it with bower
bower install angular-playing-cards
// Add the stylesheet
<link rel="stylesheet" href="angular-playing-cards.css"/>
// Add the script reference
<script src="bower_components/angular-playing-cards/angular-playing-cards.js"></script>
// Add you some cards!
<playing-card rank="ace" suit="spade" />
I'm working on a game table component with a table and player hands and such.