GITLAB
Eric Fernandez
/ wrapper-mobile
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4cc241c9bf319689b232e8b214dc6e04cc397c56
Authored by
Eric
2019-03-13 10:39:11 -0300
1 parent
e8b47a55ed
Exists in
master
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
Side-by-side Diff
Inline Diff
src/js/controller.js
Diff comments
View file @
4cc241c
...
...
@@ -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