Works great but when update model I need to refresh. #8
Labels
No labels
bug
dependencies
duplicate
enhancement
help wanted
invalid
investigation
question
release
spike
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: loke/ng2-fittext#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
the module works great but if I update model with a service the text doesn't fit.
I need a polish way to resize after update model.
I try with resize event but for some reason I can't use this.
Hi guys,
any update ? :-)
so far i can use something like:
setTimeout(function(){window.dispatchEvent(new Event('resize'));}, 1000);but that is not very "nice".
thanks a lot !
Hi! I'm really busy in these days, I'll promise I will fix it in September :)
If you or anyone have a solution, can submit a merge request.
Hi,
Please check this PR
https://github.com/lokenxo/ng2-fittext/pull/10
thanks