-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Make refresher & infinite-scroll use attributes on element #720
Comments
I see you have added some code here 3715bfc. Just two things I noticed: The documentation for ion-infinite-scroll says the attribute is called on-scroll but it's actually called on-infinite. And a second thing: Why leave deprecated stuff in there? You didn't even release a first version so while still in development just delete deprecated stuff. This only makes the code less maintainable. |
Yeah I saw the docs thing and fixed it but didn't commit quite yet. I'm going to leave the deprecation in there until 1.0 probably, since it would break quite a few apps. True, we are in alpha, but if it's easy to support the old we should leave it working for now. This leaves the code only a tiny bit less maintainable. We're hoping to get automatically generated documentation out this week before the 1.0-beta1 release - working on it now. Then I think it would be good to remove the deprecated option in 1.0-beta2. |
Closed via 573df56 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Changes this:
To this (attribute names wip):
The text was updated successfully, but these errors were encountered: