Problem
I have a form that I would like the subsequent fields to not show until the previous ones have been completed. In order to do this I look at the previous ng-model variable. If it is null (ie not been filled out) then the fields do not show. This works great for my select, however, when I add text to my input the next field fails to show up.I have a form that I would like the s