javascript - Ionic: Remove view from cache dynamically -
i have view uses 1 way bindings. if refresh data view or pull refresh, 1 way bindings models don't update. possible force view reload before navigating or refreshing it? i'm not asking cache: false in router or cache-view="false" @ page level. want views cached. want force them reload if not in dom when data changes view. tried $ionichistory.clearcache(['some-view-name']).then(... didn't work.
Comments
Post a Comment