App data not getting refreshed but coming from server ionic AngularJs

I make a http call and get token in localStorage and further get data in views, i logout and remove localStorage (that means token) and again login with different user (again new token in localStorage) but the views shows same data.
What todo, please suggest.
Thanks !!