Thanks Matt,
well the Problem is that i am using the new slides component from ionic 1.2 I was using this approach with the old slid-box component:
$scope.$ionicSideMenuDelegate = $ionicSideMenuDelegate;
$scope.gotoSlide = function(index) {
$scope.$broadcast('slideBox.setSlide', index);
};
But this is of course not working with the new slide box...`