Hi,
I was just wondering, is there a way to find the height of a div with angular / ionic?
Something equivalent to $('div').height() in jquery.
I know how to find the height of the device, the window, etc, but can't find a way to get the height of a div (based on its class or id).
Thanks in advance.