Advertisement
Guest User

Bancos

a guest
Mar 22nd, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1.     <div class="col-sm-3  form-group">
  2.                             <label for="banco">Banco</label>
  3.                             <div class="gn-field-action">
  4.                                 <select id="banco" class="form-control" >
  5.                                     <option value="">Selecione o Banco</option>
  6.                                     <option th:each="banco : ${bancos}" th:value="${banco.codigo}" th:text="${banco.nome}">Itau</option>
  7.                                    
  8.                                 </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement