Commit 16959e0117189650b11987e49793284227322a9c

Authored by Eric Fernandez
1 parent 9f6a02e51e
Exists in master

code review

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
src/views/modal-domicilio.html
... ... @@ -210,7 +210,13 @@
210 210 </form>
211 211 </div>
212 212 <div class="modal-footer">
213   - <button ng-show="!ingreso" class="btn btn-secondary" type="button" ng-click="cancel()">Seleccionar otro cliente</button>
  213 + <button
  214 + ng-show="!ingreso"
  215 + class="btn btn-secondary"
  216 + type="button"
  217 + ng-click="cancel()"
  218 + >Seleccionar otro cliente
  219 + </button>
214 220 <button
215 221 ng-show="ingreso"
216 222 class="btn btn-secondary"