I am having trouble with angularjs directives finding child DOM elements with the injected angular element.
For example I have a directive like so:
I used
elm.children('.class-name-or-whatever')
to get children of the current element