question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 9 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hkalancheungcommented, Aug 15, 2015
0reactions
tannerlinsleycommented, May 10, 2015

Also the watch slides attribute may need to be deep watched or just watch the length of the array. Tweak as needed

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found