hello,
there are two tab page, we say tab-A and tab-B
tab-A controller has alert notice. when load tab-A the first time. alert can work
when $state.go(‘tab-B’) and then $stae.go(‘tab-A’) again. alert doesn’t work
$scope.variable has the same. can’t be changed when return to the previous page.
Could anyone explain the reason?