This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
angular-material breaks our app by just being included as a dependency #3941
Closed
Description
Here is a simple plunker that illustrates an issue. We have a transcluded form with ng-repeat inside and custom validation directive on inputs. Form has an ng-show directive, but as you will see it is always hidden.
- If you remove ngMaterial dependency everything will work.
- If you remove transclusion directive everything will work.
- If you remove ng-repeat directive everything will work
- If you remove any of the custom validation directives... everything will work.
Only combination of these four causes the form to not show up.