Commit 4cc241c9bf319689b232e8b214dc6e04cc397c56

Authored by Eric
1 parent e8b47a55ed
Exists in master

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -12,7 +12,7 @@ angular.module('appWrapperDemo')
12 12 focaSqliteService.openDataBase();
13 13 });
14 14  
15   - if(!API_ENDPOINT.URL) {
  15 + if (!API_ENDPOINT.URL) {
16 16 API_ENDPOINT.getUrl().then(success, err);
17 17 }
18 18