You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I have a page that has a lot of inheriting views.
For first time user redirecting to the page (views not in the cache) state is changing and user can see a loading spinner. All views are uploading from the server, even if ' ng-if="false" ' for them.
For next redirecting to the same page (views already in the cache) state is changing and there is delay about 2 seconds before user can see a spinner or any other reaction for his action.
Is there any workaround for this issue? To make $templateCache lazy loading, and load the view in case if ' ng-if="true" ' for example?
The text was updated successfully, but these errors were encountered:
I have a page that has a lot of inheriting views.
For first time user redirecting to the page (views not in the cache) state is changing and user can see a loading spinner. All views are uploading from the server, even if ' ng-if="false" ' for them.
For next redirecting to the same page (views already in the cache) state is changing and there is delay about 2 seconds before user can see a spinner or any other reaction for his action.
Is there any workaround for this issue? To make $templateCache lazy loading, and load the view in case if ' ng-if="true" ' for example?
The text was updated successfully, but these errors were encountered: