Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How auto play it in loop? #28

Open
manoharGavit opened this issue Nov 16, 2018 · 0 comments
Open

How auto play it in loop? #28

manoharGavit opened this issue Nov 16, 2018 · 0 comments

Comments

@manoharGavit
Copy link

manoharGavit commented Nov 16, 2018

<ui-carousel class="wrapper" [infinite]="true" [fade]="false" [speed]="200">

   <div *ngFor="let img of sliderImageAry">
     <ui-carousel-item>
         <img src="{{uploadPath}}/{{img.file_name}}" draggable="false"> 
     </ui-carousel-item>
   </div>

</ui-carousel>

When i use loop. it's goes to last position and stop. please help me to solve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant