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
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Merge Checklist
[x] My code follows the code style of this project.
[ ] All new and existing tests passed.
[ ] Any dependent changes have been merged in downstream modules.
[ ] I have provided inline technical documentation (tsdocs) where necessary.
[ ] My change requires a change to the root documentation.
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