I'm calling a server and getting a JSON response, unfortunately the response needs to have a number of fields modified (stripping out image parameters, etc). I'm then taking that modified response putting it in scope and using a custom directive to create a page. It is working fine except when the user hits the back button. The page is blank, if I inspect the page it is actually being populated with the correct data but not rendering. I have tried forcing a reload on the page when the back button was used but had lots of trouble implementing that. If I don't manipulate the JSON and display the content as is (which doesn't work for the page) the back button works fine.
-- You received this message because you are subscribed to the Google Groups "AngularJS" 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
