Hi, I have a page that, when initially loaded, starts a $interval function that updates models on the page. The function performs an $http request to get status information and then updates the $scope variables to display these status values. I've created an service for this $interval so that it can continue to run if a link is clicked to take the user to another page in the same application. However, when you navigate back to the original page, the status values are not being updated. The $interval process is still correctly running and getting the data via $http, but the html values are not being updated. Am I trying to do something that is not possible or perhaps I'm not taking in consideration $scope? I could use some help or suggestions.
Thanks, Rob -- 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/groups/opt_out.
