I have 2 views:
view1
and view2
.
I want to go from view1
to view2
, and reload the view2
data.
But I don't want to clear the cache of view2
.
So my question is, without clearing cache of view2
, how to reload view2
?
I am using
$state.go('view2',{reload: true});