fix: wait for angular document ready
This commit is contained in:
@@ -147,5 +147,7 @@ async function startApplication(
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
angular.bootstrap(document, ['app']);
|
angular.element(document).ready(() => {
|
||||||
|
angular.bootstrap(document, ['app']);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user