I just have a question for the Angular heads.
I am fighting on a problem with an autocomplete custom directive.
My autocompletes events are loaded in a directive etc.
For some reasons I have to put an autocomplete input field in each line of a <table> element.
For that, I use the ng-repeat attribute.
But none of the autocomplete fields are working.
When I remove the ng-repeat attribute, autocompletes are working...
So my question is, is there a known bug with this?
Thank you