Hi,
I’m trying to use the ionic box slider in one my app’s settings page. Everything is working fine except I want to set the starting slide to the chosen option.
$scope.initIconSlider = function() {
$ionicSlideBoxDelegate.slide($scope.noteBook.icon, 0);
}
I want to the set the starting index to the value of $scope.noteBook.icon
Any thoughts on how I can do that?