Posts by taticasaes • 41 points
1 post
-
4
votes1
answer1419
viewsQ: How do I access a dynamic id via a directive?
Problem: I need to within an Angularjs directive, access a dynamically mounted id within an ng-repeat, and thereby manipulate the class of a specific item. Briefly, I’m using the bootstrap accordion…