From 57e3ddc3b481ed5281b52773761b0dd9193c182b Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Mon, 7 Jan 2019 15:00:36 -0300 Subject: [PATCH] espacio --- 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 713db43..c71188b 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -29,7 +29,7 @@ angular.module('focaBotoneraLateral') this.botones.guardar = value; if(value) this.botones.funcionGuardar = funcion; }; - this.addCustomButton = function(title, funcion){ + this.addCustomButton = function(title, funcion) { this.botones.custom.push({ title: title, funcion: funcion -- 1.9.1