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 has been archived by the owner on Sep 5, 2024. It is now read-only.
The latest master is not recognising ng-messages on
ms-select
Looking at the form object it looks as if the name for md-select is being prepended with a . which is preventing the ng-messages from working...
for example I have an md-select component with a name 'title' and when I look at the form object is displaying as .title
The text was updated successfully, but these errors were encountered: