Answer the question
In order to leave comments, you need to log in
How to track the construction of a component tree in Angular?
Angular 1.5.x I am making a component, several div blocks are built inside through ng-repeat, I want to track the transitionend event on these blocks, the problem is that, as far as I understand, the event does not pop up and it will not work to put it on the parent element (at least for me )
$element[0].addEventListener("transitionend", (e) -> console.log "e":e)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question