Posts by user10111111 • 11 points
2 posts
-
1
votes1
answer55
viewsQ: Get value from input text in javascript
Colleagues, I have the following scenario: I have an input input type="text" id="myField3" name="myField3" ng-model="selected"/> I need to play the content of this input in a variable in…
-
0
votes0
answers36
viewsQ: Insert in table - strange value
I am trying to insert a value into a table from a select option. html: <select class="form-control" name="chaveCadastro" ng-options="cadastro.cadastroId for cadastro in (cadastro | orderBy:'id' |…