Well, I need some help about a routing problem with Angular UI-Roter. Well, actually is not a problem, it's more about to reduce code.
I have three child states:
- main.tab1.hello
- main.tab2.hello
- main.tab3.hello
and they have in common the same 'templateUrl'
: 'hello.html'
I want to know if is possible to reduce them in only one state, and of course, when I click the button, I don't want to change the URL.
Here is my Plunkr: http://plnkr.co/edit/ej7pCo1RRXPTBL6p8dsL
Any help would be appreciated.