When using ng-init, you have the ability to utilize multiple variables:
ng-init="var1=value1; var2=value2"
I attempted something similar with ng-repeat but unfortunately it did not work as expected
ng-repeat= "var1 in var1s; var2 in var2s"
Is there a proper syntax to achieve this?
Update: My goal is to assign var1 for the header and var2 for the content of an accordion component. You can find an example here: http://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_accordion