Commit be6e41e4781f2e79a7f5153e84877342319604d9
Exists in
develop
Merge tag 'v0.1.2A' of git.focasoftware.com:npm/foca-modal-domicilio into HEAD
Showing
2 changed files
Show diff stats
package.json
src/views/modal-domicilio.html
... | ... | @@ -5,6 +5,13 @@ |
5 | 5 | <h5 class="modal-title my-1" ng-show="ingreso">Crear domicilio</h5> |
6 | 6 | </div> |
7 | 7 | <div class="input-group col-lg-6 pr-0 my-2"> |
8 | + <button | |
9 | + class="btn btn-outline-debo mr-2" | |
10 | + ng-click="ingreso = true" | |
11 | + ng-show="!ingreso" | |
12 | + title="Nuevo"> | |
13 | + <i class="fa fa-plus" aria-hidden="true"></i> | |
14 | + </button> | |
8 | 15 | <input |
9 | 16 | type="text" |
10 | 17 | class="form-control form-control-sm" |
... | ... | @@ -55,17 +62,6 @@ |
55 | 62 | No se encontraron resultados. |
56 | 63 | </td> |
57 | 64 | </tr> |
58 | - <tr> | |
59 | - <td colspan="6" ng-show="!ingreso"> | |
60 | - <input | |
61 | - class="form-control form-control-sm" | |
62 | - type="text" | |
63 | - placeholder="Nuevo domicilio" | |
64 | - readonly | |
65 | - ng-click="ingreso = !ingreso" | |
66 | - /> | |
67 | - </td> | |
68 | - </tr> | |
69 | 65 | <tr class="selectable" |
70 | 66 | ng-repeat="(key,domicilio) in currentPageDomicilios"> |
71 | 67 | <td |