-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(slider): constraints value between min and max #1567
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a53a129
fix(slider): constraints value between min and max
feloy da2af1e
chore: add gulp-cli as dev dep (#1587)
jelbourn c9ef34c
docs(dialog): document MdDialog (#1569)
feloy 920c875
fix(radio): only call change callback with user input (#1521)
kara ffbc295
feat(overlay): set overlay size (#1583)
kara 1ad457b
chore: update sauce connect binary to latest version (#1563)
jelbourn 43786b8
chore(getting-started): make theming section more attention-grabbing.…
jelbourn 35f0044
chore(packages): add http module to package.json (#1579)
DAB0mB 333b11e
feat(checkbox): add color attribute. (#1463)
mathebox 6f322cf
feat(overlay): support all overlay config properties (#1591)
kara c0e6f83
chore: update @angular/compiler-cli version (#1597)
jelbourn b56f520
feat(overlay): support rtl in overlays (#1593)
kara c6b4c22
chore(menu): move common styles into core (#1600)
kara 9422793
chore(select): finish scaffolding (#1601)
kara dbfd235
fix(slider): clamp displayed thumb instead of value between min and max
feloy 2e651e7
test(radio): add e2e test for radio button (#1582)
tinayuangao 95b2a34
feat(a11y): manager for list keyboard events (#1599)
kara 8e16992
chore: fix firebase dev instance (#1606)
jelbourn 2ebb46f
chore(build): fix build to update components (#1604)
kara f0e3e26
fix(slider): tests
feloy fdc0ac8
fix(slider): remove unused test class
feloy 65401a3
chore: snackbar tests should clean up afterwards (#1609)
jelbourn 9eaf7e4
chore(checkbox): add e2e tests (#1602)
tinayuangao c63b9f4
chore: remove BooleanFieldValue (#1290)
jelbourn f10ac7c
fix(button): set vertical alignment for md-button and md-raised-butto…
tinayuangao 8e7f80d
fix(slider): update thumb position when value changes. Closes #1386 (…
mmalerba 8c1a791
fix(slider): constraints value between min and max
feloy e33360d
fix(slider): clamp displayed thumb instead of value between min and max
feloy 86758f3
fix(slider): tests
feloy f43bacf
fix(slider): remove unused test class
feloy 4570998
Merge branch 'slider-1557' of https://github.com/feloy/material2 into…
feloy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
You don't need this component any more.