This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mdChips): Fix error with audocomplete inside readonly chips and a…
…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
- Loading branch information
1 parent
aa7f83a
commit d2da1c7
Showing
2 changed files
with
75 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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 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