Implementation of "Own history tabs" on other Angular aplication

Hey guys!
I have a project that uses Angular for an web app, it’s a responsive app and i’m not using Ionic for that.
But i would like to implement a menu that sends to different pages but when i come back everthing is were i leave!
It’s like the tabs starter example that Ionic give to us to start.

The thing is that i’m totally lost on that. I’ve tried to just give any rout your own ui-view but was not enough!

Hello @BrunoOliveira,

How comfortable are you with angularjs?

For what you want, the “easiest” way is to use the angular ui-router-extra which contains as sticky state and a deep state redirect method http://christopherthielen.github.io/ui-router-extras/#/home

Best

I’m a begginer with Angular.
I will look at this link.