angular-card
angular-card copied to clipboard
Card is undefined
Hi I've loaded angular-card and card.js, when I try and run my application I'm getting an exception at new Card(opts). Looking at card.js it looks as though that it should be new card(opts)
and not new Card(opts)
at line 84.
Thanks