From 05178cd950a4b54bbf95bb737a8fffd7f8c371d0 Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 7 Jan 2019 17:34:31 -0300 Subject: [PATCH] punto y coma --- src/js/service.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/service.js b/src/js/service.js index 709788c..aa1495e 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -29,7 +29,7 @@ angular.module('focaModal') function(resultado) { return resultado; } - ) + ); }, modal: function(columnas, query, titulo) { return $uibModal.open({ @@ -46,7 +46,7 @@ angular.module('focaModal') function(resultado) { return resultado; } - ) + ); }, getEntidad: function(filters, query) { return $http.get(API_ENDPOINT.URL + query, {nombre: filters}); @@ -64,7 +64,7 @@ angular.module('focaModal') function(resultado) { return resultado; } - ) + ); } }; } -- 1.9.1