Hi everybody,
I would like to add an image in the scheduler event bar. I tried this and ng-src or ng-if and other angular expressions do not work inside
…
Is there a way to use those expressions ? They are working fine outside the div.
Thanks
Hi everybody,
I would like to add an image in the scheduler event bar. I tried this and ng-src or ng-if and other angular expressions do not work inside
Is there a way to use those expressions ? They are working fine outside the div.
Thanks
The content of template is parsed as HTML string, it is one-time process, so template will not update self automatically when some content in the related div will be changed later.
In other words - there is no way to use ng-src in the templates.
Okay, thanks