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 <https://www.html5rocks.com/en/tutorials/appcache/beginner/>
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. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
