You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 notnew Card(opts)
at line 84.Thanks
The text was updated successfully, but these errors were encountered: