@@ -24,6 +24,9 @@ starter.controller('CompConnectCtrl', function ($scope, $state, $ionicSlideBoxDe
}, function (err) {
alert("GetComp失败: " + JSON.stringify(err));
})
+ } else {
+ $ionicSlideBoxDelegate.next();
+ $scope.activeIndex = $ionicSlideBoxDelegate.currentIndex();
}
};