Posts by user56448 • 11 points
1 post
-
1
votes1
answer381
viewsQ: How to set variable in Angular Scope JS
I have the following dropdown: <select> <option ng-repeat="x in Ruas">{{x.Rua}}</option> </select> I need to take the selected value in the dropdown (x.Street) and set in an…