I recently upgraded to 1.0.0-beta.14. My app is working fine in previous version. But after this upgrade, some of the views stopped showing content, or print broken html out. Here are some key things I am doing in Angular Controller
- Loading data from Offline Store or fetching via jquery.ajax() (using an enterprise JS file, providing the REST call wrappers based on it.)
- Loading from store is followed by an API call most of the times, to see if their are new updates.
I was able to fix one of the view by putting cache-view=“false”, but few others are not fixable. Is it because of something I am missing in recent angular 1.3 changes ?