Commit 8095aed57432755a7380117fd89e495b9f300c5e

Authored by Jose Pinto
1 parent e4feec01ff
Exists in master

ok funcionGuardar en false

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -16,7 +16,7 @@ angular.module('focaBotoneraLateral')
16 16 };
17 17 this.showGuardar = function(value, funcion) {
18 18 this.variables.guardar = value;
19   - this.variables.funcionGuardar = funcion;
  19 + if(value) this.variables.funcionGuardar = funcion;
20 20 };
21 21  
22 22 });