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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -