Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rafael 4 posts 24 karma points
    Sep 12, 2014 @ 17:28
    Rafael
    0

    Plugin Development - View doesn't update

    Hi,

    I'm using AngularWorkbook (github.com/umbraco/AngularWorkbook) tutorial to develop a plugin, but my editions in the views does not appear in the browser.

    Tutorial's author wrote:

    "Now, lets restart the application, by opening the web.config and make an edit like a linebreak or space to “touch it”. Every time we change the manifest, we must make the application restart to pickup the changes."

    Does AngularJS cache de view?? What's happening?

    Thanks!

     

     

     

  • Nicholas Westby 2054 posts 7103 karma points c-trib
    Sep 12, 2014 @ 18:18
    Nicholas Westby
    0

    It does get cached, but not necessarily by AngularJS. To be sure your cache is refreshed, delete the PluginCache and ClientDependency folders in your App_Data/TEMP folder (you can delete the entire contents of the TEMP folder to be sure, but that may cause the Examine indexes to rebuild, which can take a few minutes). Then, clear your browser cache and restart the application pool (like you mentioned, changing the web.config should cause it to restart).

  • Rafael 4 posts 24 karma points
    Sep 12, 2014 @ 19:38
    Rafael
    0

    Perfect!

    Thank you! 

Please Sign in or register to post replies

Write your reply to:

Draft