You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ionic v1.2 has new ion-slides directive and I wrote small app creating dynamic ion-slide-page entries from angular array from scope. Dynamic array content doesn't seem to update correctly in repeater. I produced example as a code pen. If you click on "click me" in first visible slide nothing happens. If you switch slide and click the second delete function is called, slide is switched but the slide is not removed from dom.
The text was updated successfully, but these errors were encountered:
ilkkanisula
changed the title
Dynamic content when ng-repeat used for ion-slide-page
bug: Dynamic content when ng-repeat used for ion-slide-page
Dec 11, 2015
Type: bug
Platform: all
Ionic v1.2 has new ion-slides directive and I wrote small app creating dynamic ion-slide-page entries from angular array from scope. Dynamic array content doesn't seem to update correctly in repeater. I produced example as a code pen. If you click on "click me" in first visible slide nothing happens. If you switch slide and click the second delete function is called, slide is switched but the slide is not removed from dom.
See this codepen for details: http://codepen.io/ilkkanisula/details/yeNmZg/
The text was updated successfully, but these errors were encountered: