bug: dynamically built slideBox with ng-repeat does not continue when flag is set
See original GitHub issue<ion-slide-box does-continue="true">
<ion-slide ng-repeat="item in items">
<div>stuff</div>
</ion-slide>
</ion-slide-box>
Issue Analytics
- State:
- Created 9 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
ng-repeat: Color table background dynamically - Stack Overflow
Now I have to issues with this code: It does not work; If it would work, I assume it would color the entire...
Read more >ngRepeat - AngularJS: API
The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop...
Read more >Angular ng-repeat Directive - W3Schools
The ng-repeat directive repeats a set of HTML, a given number of times. The set of HTML will be repeated once per item...
Read more >Slides generated with ng-repeat causing issues (slide-box)
The first time I try to populate a slide-box using ng-repeats the slidebox pager doesn't show when the page is loaded, when trying...
Read more >How to hide or show one record from an ng-repeat within a ...
ng -if which works like an if block in general programming. If the expression is true the element is visible or not. Controlling...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
solved by putting an ng-if on slide-box http://forum.ionicframework.com/t/slidebox-does-continue-doesnt-work-on-ipad/14831/4
Also the watch slides attribute may need to be deep watched or just watch the length of the array. Tweak as needed