I have a form, and a list of items. I used ng-model=\"searchFor\" to filter out the list of items appropriately (this part is working fine), but I also want to \"s
ng-model=\"searchFor\"
Try using ng-change event to capture model value and assign it to other input element with its own ng-model.
Model {{input | uppercase}} Model 1 {{input1 | uppercase}} Model 2 {{input2 | uppercase}}