How to sync tab menu with slidebox?

I am creating a app where i have a tabbed menu and slidebox for multipages, i managed to select tab when i slide slidebox

$scope.slideHasChanged = function( $index ){
    $ionicTabsDelegate.select($index);
 }

But this code completely load a view.

So, what is better way to create slidebox menu with tab?

1 Like

I am using this component in my project right now: [https://github.com/saravmajestic/ionic/tree/master/tabbedSlideBox][1]

I changed the style to typical ionic tabs. Works like a charm
[1]: https://github.com/saravmajestic/ionic/tree/master/tabbedSlideBox