From 8095aed57432755a7380117fd89e495b9f300c5e Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 18 Dec 2018 16:36:54 -0300 Subject: [PATCH] ok funcionGuardar en false --- src/js/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/service.js b/src/js/service.js index 34123fb..9c34ea8 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -16,7 +16,7 @@ angular.module('focaBotoneraLateral') }; this.showGuardar = function(value, funcion) { this.variables.guardar = value; - this.variables.funcionGuardar = funcion; + if(value) this.variables.funcionGuardar = funcion; }; }); -- 1.9.1