Commit b3e4da4bcc66625daa279c808ddb5d8a6950091d
1 parent
87308d050e
Exists in
master
Agregado boton Pagar
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
package.json
| ... | ... | @@ -3,6 +3,8 @@ |
| 3 | 3 | "version": "0.0.1", |
| 4 | 4 | "description": "Botonera principal", |
| 5 | 5 | "scripts": { |
| 6 | + "refresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-demo/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", | |
| 7 | + "frefresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-facturador/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", | |
| 6 | 8 | "test": "echo \"Error: no test specified\" && exit 1", |
| 7 | 9 | "gulp-pre-commit": "gulp pre-commit", |
| 8 | 10 | "compile": "gulp uglify", |
src/js/controller.js
| ... | ... | @@ -14,6 +14,7 @@ angular.module('focaBotoneraPrincipal') |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | focaBotoneraLateralService.showGuardar(false); |
| 17 | + focaBotoneraLateralService.showPagar(false); | |
| 17 | 18 | focaBotoneraLateralService.showPausar(false); |
| 18 | 19 | focaBotoneraLateralService.showSalir(false); |
| 19 | 20 | focaBotoneraLateralService.showCancelar(false); |