Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <input type="text" placeholder="34" ng-model="Direccion.numero" name="numero" id="numero" class="imptsDir">
  2. <p style="display: inline;">-</p>
  3.  
  4. <input type="text" placeholder="19" ng-model="Direccion.numero1" name="numero1" id="numero1" class="imptsDir">
  5.  
  6. <input type="text" placeholder="19" ng-model='Direccion.address' style="display: none !important;" name="address" id="address" class="imptsDir">
  7.  
  8. <label class="item item-input" style=" padding-left: 0px; border-top-width: 0px;">
  9. <span class="input-label">Info Adicional</span>
  10. <input type="text" Placeholder="Apto, casa , bloque etc" ng-model="Direccion.aditional_info" name="info" id="info" style="border-bottom: solid 1px grey !important; margin-right: 30px; padding: 0px;">
  11. </label>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement