mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Revert "fix(angular): use baseURI has base path"
This reverts commit 4038e0a60c5faa89e5723b815ad7b4e0a5883bce. 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