sebelga / ionic-advanced-carousel

Carousel directive for Ionic Frameworks that allows any custom template as an item.
http://sebelga.github.io/ionic-advanced-carousel/
GNU General Public License v2.0
42 stars 18 forks source link

how can i pre select any other item #10

Open ipehimanshu opened 7 years ago

ipehimanshu commented 7 years ago

Hello Sir

I need one help .

I want to use that as menu like

$rootScope.vm.carouselData1 = [{id:'profile',display:'Profile'},{id:'calendar',display:'Calendar'},{id:'rewards',display:'Rewards'},{id:'history',display:'History'},{id:'vehicles',display:'Vehicles'},{id:'coupons',display:'Coupons'},{id:'tracking',display:'Tracking ID'}];

when click on

like

Calendar menu then it state go to calendar page and now after that i have to selected Calendar menu because i have included that menu file so menu related file always one .

just like

http://prntscr.com/enww4b

So my case is when page load i want to selected any menu based on id is it possible sir?

sebelga commented 7 years ago

Hi, sorry I can't give support on the library. Please refer to the demo app and tweak it from there. thanks

ipehimanshu commented 7 years ago

where is demo apk sir ?

sebelga commented 7 years ago

In the demo folder

https://github.com/sebelga/ionic-advanced-carousel/tree/master/demo/www

mobileias commented 6 years ago

so there is no way to pre select any item ?