Skip to content
New issue

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

Lazy repeat reload #937

Merged
merged 11 commits into from Oct 7, 2015
Merged

Lazy repeat reload #937

merged 11 commits into from Oct 7, 2015

Conversation

argelius
Copy link
Contributor

@argelius argelius commented Oct 5, 2015

@anatoo I've added a reload() method to the Delegate object.

I also fixed a bug with the layout of the wrapper element.

Also, I made it easier to put elements before the list. Now you can do

  <ons-page>
    <ons-toolbar>
      ...
    </ons-toolbar>
    <p>Before list</p>
    <ons-list>
      <ons-list-item ons-lazy-repeat="Delegate">
        ...
      </ons-list-item>
    </ons-list>
  </ons-page>

Without breaking the layout.

anatoo added a commit that referenced this pull request Oct 7, 2015
@anatoo anatoo merged commit e1e88fa into master Oct 7, 2015
@anatoo
Copy link
Contributor

anatoo commented Oct 7, 2015

@argelius Great work! Thanks!
Merged.

@argelius argelius deleted the lazy-repeat-reload branch November 2, 2015 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants