So Chrome apparently has a bug that observing the size of an element with a MutationObserver doesn't work when the element is manually resized.
What should I use instead or in addition to that to make this work in Chrome, too, until the bug is fixed? Should I use the deprecated mutation events or is there another better alternative?
Is there a way to do this nice in AngularJS without using the element object?