i want to load the detail page from the trending page
but since the detail page is need to seed it from the party page
.state('tab.party-detail', {
url: '/parties/:id',
views: {
// tab-parties as a child state
'tab-parties': {
templateUrl: 'templates/tabs/party-detail.html',
controller: 'PartyDetailCtrl'
when i load from the trending page i lost the back button and also changes to tab parties , i dont want to create another page , i was hoping for the a more javascript way to load the details without everything losing state