Hi,
I have 5 input files and for each i have a button so in total i have 5 inputs and 5 buttons.
at start i have the first input file and button enabled, the rest of the inputs and buttons are disabled.
when I click the first button i want to enable the 2nd set (2nd input and 2nd button) then disable the rest (inputs 1,3,4,5 and buttons 1,3,4,5) and so on...
how to acheive this with angular?