diff --git a/package.json b/package.json index bd13118..2de4f99 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "0.0.1", "description": "Botonera principal", "scripts": { + "refresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-demo/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", + "frefresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-facturador/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", "test": "echo \"Error: no test specified\" && exit 1", "gulp-pre-commit": "gulp pre-commit", "compile": "gulp uglify", diff --git a/src/js/controller.js b/src/js/controller.js index ad630a7..f96b411 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -14,6 +14,7 @@ angular.module('focaBotoneraPrincipal') } focaBotoneraLateralService.showGuardar(false); + focaBotoneraLateralService.showPagar(false); focaBotoneraLateralService.showPausar(false); focaBotoneraLateralService.showSalir(false); focaBotoneraLateralService.showCancelar(false);