From 9181cef41fef812f390d3074319c7af51e5da240 Mon Sep 17 00:00:00 2001 From: efernandez Date: Fri, 1 Mar 2019 10:07:15 -0300 Subject: [PATCH] espacio --- src/js/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controller.js b/src/js/controller.js index 0d2d2f4..bb46a3e 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -11,7 +11,7 @@ angular.module('appWrapperDemo') focaSqliteService.openDataBase(); }); - if(!API_ENDPOINT.URL) { + if (!API_ENDPOINT.URL) { API_ENDPOINT.getUrl().then(success, error); } -- 1.9.1