You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
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.