mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-01 02:05:05 +08:00
Revert "fix(angular): use baseURI has base path"
This reverts commit 4038e0a60c.
revert
This commit is contained in:
@@ -14,7 +14,6 @@ export function appInitialize(config: Config, doc: Document) {
|
||||
return applyPolyfills().then(() => {
|
||||
return defineCustomElements(win, {
|
||||
exclude: ['ion-tabs', 'ion-tab'],
|
||||
resourcesUrl: document.baseURI,
|
||||
syncQueue: true,
|
||||
raf: h => (win.__zone_symbol__requestAnimationFrame) ? win.__zone_symbol__requestAnimationFrame(h) : requestAnimationFrame(h),
|
||||
ael(elm, eventName, cb, opts) {
|
||||
|
||||
Reference in New Issue
Block a user