-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(representation): add segment slider and pull to refresh #14
Conversation
018e9bf
to
7a26a13
Compare
}, | ||
]; | ||
}); | ||
if (refresher !== undefined) refresher.complete(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be simplified to if (refresher)
7a26a13
to
1484b56
Compare
@devversion pr updated |
@Lordnoname Is pull to refresh still bugging? |
This is an issue from ionic 2. I can't fix that |
Okay, but then we should remove that, if it's still bugging. |
1484b56
to
7a5660e
Compare
@devversion I removed it.^ |
7a5660e
to
93182f0
Compare
@devversion resolved conflicts. Ready for merge? |
93182f0
to
77e942b
Compare
update(): refresh each slide individually update(): remove buggy ion-spinner update(): improve slider and add loading window
77e942b
to
9980611
Compare
@devversion Depends on #25 (angular-beta.4) |
Thanks for your reply, we will analyze your comment as soon as possible. |
|
||
[hidden] { | ||
display: none; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attribute Selectors are slow IE11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well.....good joke :P
add segment slider and pull to refresh