Compare View

switch
from
...
to
 
Commits (8)
src/views/modal-domicilio.html
... ... @@ -57,13 +57,15 @@
57 57 </tr>
58 58 <tr>
59 59 <td colspan="6" ng-show="!ingreso">
60   - <input
61   - class="form-control form-control-sm"
  60 + <button
  61 + class="form-control form-control-sm btn-rounded"
62 62 type="text"
63   - placeholder="Nuevo domicilio"
64 63 readonly
65 64 ng-click="ingreso = !ingreso"
66   - />
  65 + >
  66 + <i class="fa fa-plus left" aria-hidden="true"></i>
  67 + Crear domicilio de entrega
  68 + </button>
67 69 </td>
68 70 </tr>
69 71 <tr class="selectable"