Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

md-text-float doesn't play nice with ng-list #476

Closed
pchapman opened this issue Oct 24, 2014 · 5 comments
Closed

md-text-float doesn't play nice with ng-list #476

pchapman opened this issue Oct 24, 2014 · 5 comments

Comments

@pchapman
Copy link

The angular directive ng-list seems to be ignored by md-text-float. I'd be nice if they'd work well together.

@ThomasBurleson
Copy link
Contributor

Can you elaborate with more details?

@ThomasBurleson
Copy link
Contributor

This feature is planned for 0.6.x release.

@vergun
Copy link

vergun commented Nov 2, 2014

Where are you getting the Error classes from? In the above example "Username or Password is incorrect." I don't see any mention of this styling in the docs.

@Frank3K
Copy link
Contributor

Frank3K commented Nov 2, 2014

@vergun: the image is from the Google Material design guidelines. The error classes are not yet included in angular-material.

@pchapman
Copy link
Author

Sorry for the delay with more details.

<md-text-float
ng-model="foo" // Works as expected.
ng-list // Is ignored. |foo| remains a string (i.e., not converted to an array)
label="Foo Label>

Many of the ng-directives are not passed along to the created by md-text-float. For example, ng-change, ng-blur, ng-focus, ng-list, ng-click are ones I've tried without success.

@ThomasBurleson ThomasBurleson modified the milestones: 0.6.0, 0.7.0-rc1 Dec 2, 2014
@ajoslin ajoslin closed this as completed in 60fcd6f Jan 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants