HI,
I am experiencing one issue in
offline mode application using
AngularJS. Used
CACHE MANIFEST to cache all the Templates, css and js Files in application cache.
example
While running the application very first time after deployment to IIS server, even though all the templates/files are cached, route controller tries to get that template from network and not from cache.
On the contrary, if I access all the templates in the application once then next time onwards route controller always loads templates from cache. (tested this feature by disconnecting internet)
My expectation is once all the templates are loaded in cache then why do I need to access each html template once very first time after application is deployed to IIS.
I guess I can explained this issue. Please suggest how to fix it ? or am I missing anything.