Commit 9181cef41fef812f390d3074319c7af51e5da240

Authored by Eric Fernandez
1 parent c693d2155e
Exists in master

espacio

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