I am currently trying to make a dynamic vertical tab table in AngularJS. In other words, I would like for the user to add in their own tabs on the press of a button. I am aware of how to do this if the tabs are horizontal over the table but if the tabs are vertically on the right of the table, I have to put them in different divs. Im having a hard time relating the data from the tabs to the table content. I am currently trying to make a dynamic vertica