Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(mdChips): Fix error with audocomplete inside readonly chips and allow usage inside ng-repeat. #4133

Closed
wants to merge 1 commit into from

Conversation

topherfangio
Copy link
Contributor

When an autocomplete was used inside of mdChips with the readonly attribute set to true, it would throw an error that would cause the component to not be properly configured and thus stop working.

Also, using inside of an ng-repeat would fail. Thanks to
@robertmesserle for the guidance in getting this resolved.

fixes #2841, fixes #3482

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

@typotter ready for review :-)

@topherfangio topherfangio added needs: work and removed pr: merge ready This PR is ready for a caretaker to review labels Aug 13, 2015
@topherfangio topherfangio force-pushed the chips-fix-2841 branch 2 times, most recently from 0dbaf09 to 2ad43e3 Compare August 13, 2015 21:46
…llow usage inside ng-repeat.

When an autocomplete was used inside of mdChips with the readonly
attribute set to true, it would throw an erroneous error that
would cause the component to not be properly configured and thus
stop working.

Also, using <md-chips> inside of an ng-repeat would fail. Thanks to
@robertmesserle for the guidance in getting this resolved.

fixes #2841, fixes #3482
@topherfangio topherfangio added pr: merge ready This PR is ready for a caretaker to review and removed needs: work labels Aug 13, 2015
@topherfangio topherfangio changed the title fix(mdChips): Fix error when using audocomplete inside readonly chips. fix(mdChips): Fix error with audocomplete inside readonly chips and allow usage inside ng-repeat. Aug 13, 2015
@typotter
Copy link
Contributor

LGTM
"erroneous error" :)

@topherfangio
Copy link
Contributor Author

lol, removed "erroneous"

I guess it was a totally...roneous? error

@topherfangio topherfangio deleted the chips-fix-2841 branch August 14, 2015 16:26
kennethcachia pushed a commit to kennethcachia/material that referenced this pull request Sep 23, 2015
…llow usage inside ng-repeat.

When an autocomplete was used inside of mdChips with the readonly
attribute set to true, it would throw an erroneous error that
would cause the component to not be properly configured and thus
stop working.

Also, using <md-chips> inside of an ng-repeat would fail. Thanks to
@robertmesserle for the guidance in getting this resolved.

fixes angular#2841, fixes angular#3482. closes angular#4133.
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
2 participants