我已经尝试了
<ion-view cache="false"></ion-view>
.state('tab.home', {
url: '/',
cache:false,
/**
* views: home, category, cart, account
*/
views: {
'home': {
templateUrl: 'tpl/' + $config.app.template + '/home.html',
controller: 'homeCtrl'
}
}
})
并没有生效,跳转到这个页面的时候,网络请求也没有
POPMUISE
相关分类