Ionic, , ...
, . $ionicTabsDelegate , , -
$scope.selectedTabIndex = $ionicTabsDelegate.selectedIndex();
. , , URL. selectedTabIndex, , .
, , , :
ng-click="viewUser(id, selectedTabIndex);"
- :
$scope.viewUser = function(uid, tabIndex){
if(tabIndex == 2){
$state.go('tab.me-user',{ uid: uid});
} else {
$state.go('tab.user-profile',{ uid: uid});
}
};
, , . , - .