Let's say I have selected an element or set of elements using jQuery like so
$('.container .myelement');
Would it then be possible to determine which directive generated .myelement
?
And as the next step, could I also determine the module it belonged to?
Thanks!