I'm making a expandable table with Bootstrap and AngularJS.
What I want? I want and I need to make a div that expands when I click in the <a>
element. Currently - with my code - if i click at the row of the <a>
element also expands and I don't want this.
I WANT THE DIV EXPANDS JUST WHEN I CLICK AT THE <a>
ELEMENT.
Any ideas?