Currently utilizing [angular-calendar] from
github.com/mattlewis92/angular-calendar
.
My goal is to incorporate my own template as a detailed view for events.
I am aiming to achieve a similar effect as shown in the image:
final effect
So far, I have only managed to use custom formatting tags that return strings. However, when I input some HTML input
tags, they seem to disappear after running in the dom
.
Here is my plunker if you would like to take a look or if you have any ideas on how to resolve this issue.
Thank you in advance.