broology / poker-moons

Free online poker with friends without the hassle.
4 stars 3 forks source link

fix(cards): change card meister implementation to fix rendering issues #208

Closed jordems closed 2 years ago

jordems commented 2 years ago

Proposed Changes

Changes the way we were taking advantage of https://github.com/cardmeister/cardmeister.github.io. Before hand we were doing some weird initialization per card. Now I've just changed it to use it as "intended". And taking advantage of angulars [innerHtml] method to allow for usage of raw html.

Fixes the weird cards not rendering issues

Linked Issue

resolves #205

Types of changes

Merge Checklist