From 4cc241c9bf319689b232e8b214dc6e04cc397c56 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 13 Mar 2019 10:39:11 -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 7e59c05..50168e1 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -12,7 +12,7 @@ angular.module('appWrapperDemo') focaSqliteService.openDataBase(); }); - if(!API_ENDPOINT.URL) { + if (!API_ENDPOINT.URL) { API_ENDPOINT.getUrl().then(success, err); } -- 1.9.1