Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-select not displaying ng-messages #3767

Closed
hodeyp opened this issue Jul 16, 2015 · 0 comments
Closed

md-select not displaying ng-messages #3767

hodeyp opened this issue Jul 16, 2015 · 0 comments

Comments

@hodeyp
Copy link

hodeyp commented Jul 16, 2015

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

".title": {
    "$validators": {},
    "$asyncValidators": {},
    "$parsers": [],
    "$formatters": [],
    "$viewChangeListeners": [],
    "$untouched": true,
    "$touched": false,
    "$pristine": true,
    "$dirty": false,
    "$valid": true,
    "$invalid": false,
    "$error": {},
    "$name": ".title",
    "$options": null
  },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant