AngularJS ng-repeat jQuery find returns only one element
问题 I am developing my first AngularJS app, and came across this problem with jQuery find function. Basically what I am trying to do, is that I have an custom HTML component . It contains list of buttons using ng-repeat directive. Each has it's own ng-click listener, and in it's callback I want to find all app-item elements, but sadly it only returns me the first one. I think this is the case I should use link , but I cannot come with it myself. Part of app-screen.html: <div> <div ng-repeat=