Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. lazyrepeat

    • H

      searchable list with lazy-repeat
      Onsen UI • lazylist lazyrepeat • • heel_curve5

      5
      0
      Votes
      5
      Posts
      4877
      Views

      H

      Great, Thank you! I’ll give it a try as soon as I get lazy-repeat to work… discussed in another post.
    • R

      Solved How can I refresh lazy repeat in Angular 1?
      Onsen UI • lazyrepeat scope angular1 • • rgins16

      7
      0
      Votes
      7
      Posts
      6793
      Views

      R

      I solved the issue. I don’t like how I solved it, but in the .then of the service, I set the response.data (which contains the new array for the delegate) as a rootscope variable. The lazy repeat updates without the need for me to call refresh().