Is it possible to have a way to manually refresh the font-size calculation ?
Maybe via a custom event that we could trigger when we want, or by watching another special attribute, or both...
We need to use ngBindHtml , and not ngBind (that is [watched](ngBind watch) by the directive).
It may also help people using the {{ ... }} notation, or after having resized the parent container.
Is it possible to have a way to manually refresh the font-size calculation ?
Maybe via a custom event that we could trigger when we want, or by watching another special attribute, or both...
We need to use ngBindHtml , and not ngBind (that is [watched](ngBind watch) by the directive).
It may also help people using the
{{ ... }}notation, or after having resized the parent container.