Commit 0bf16f1
authored
fix(ionassethandler.m): fix startPath is getting null (#463)
If Ionic is used inside a framework file, self.basePath is null and stringToLoad contains the full
needed path. Current string concatenation does not respect that case, leading to startPath is null
and so index.html is not loaded. Fix this by setting startPath to empty string instead of null if
base path is null.1 parent 9760822 commit 0bf16f1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments