We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys. I trying to use ui-swiper today. I have one big problem with using ng-repeat with object lists. Steps to reproduce describes bellow:
$scope.menu = [ {'name':'1'}, {'name':'2'}, {'name':'3'}, {'name':'4'} ];
<swiper slides-per-view="2" centered-slides=true spaceBetween=0 loop=true> <slides> <slide ng-repeat="menuitem in menu"> {{menuitem.name}} </slide> </slides> </swiper>
When I do that - the slider dragging is not moving to the next item. Hovever, pagination buttons works fine.
I wondering that nobody seen this bug until this time. Could You please fix this as soon as possible?
Thanks.
The text was updated successfully, but these errors were encountered:
add ng-if="menu" to swiper
Sorry, something went wrong.
No branches or pull requests
Hi guys.
I trying to use ui-swiper today. I have one big problem with using ng-repeat with object lists.
Steps to reproduce describes bellow:
$scope.menu = [ {'name':'1'}, {'name':'2'}, {'name':'3'}, {'name':'4'} ];
When I do that - the slider dragging is not moving to the next item.
Hovever, pagination buttons works fine.
I wondering that nobody seen this bug until this time.
Could You please fix this as soon as possible?
Thanks.
The text was updated successfully, but these errors were encountered: