Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

fix(mdChips): Run duplicate check after mdOnAppend. #4113

Closed
wants to merge 1 commit into from

Conversation

topherfangio
Copy link
Contributor

The duplicate check was firing before the user's onAppend
method had a chance to run, so the check would always
compare a string against an object and fail.

fixes #2748

@topherfangio topherfangio added the pr: merge ready This PR is ready for a caretaker to review label Aug 11, 2015
@topherfangio
Copy link
Contributor Author

@typotter ready for review :-)

@typotter
Copy link
Contributor

LGTM

The duplicate check was firing before the user's onAppend
method had a chance to run, so the check would always
compare a string against an object and fail.

fixes #2748
@topherfangio topherfangio deleted the chips-fix-2748 branch August 13, 2015 00:52
kennethcachia pushed a commit to kennethcachia/material that referenced this pull request Sep 23, 2015
The duplicate check was firing before the user's onAppend
method had a chance to run, so the check would always
compare a string against an object and fail.

fixes angular#2748. closes angular#4113.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

md-chips checks for duplicates before md-on-append is called
2 participants