Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
251 views

AngularJS - Why ng-value overrides value attribute and how to avoid it?

So, I have the following code: <input ng-model="refreshedByExample" type="text"> <select ng-model="example" ng-change="refreshedByExample = example"> <option value="1" ng-value="...
andres.gtz's user avatar