Skip to content
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
@smashercosmo

Description

@smashercosmo

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.

  1. If you remove ngMaterial dependency everything will work.
  2. If you remove transclusion directive everything will work.
  3. If you remove ng-repeat directive everything will work
  4. If you remove any of the custom validation directives... everything will work.

Only combination of these four causes the form to not show up.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions