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

ngChange not available for md-input and md-text-float #543

Closed
fabiancook opened this issue Nov 5, 2014 · 3 comments
Closed

ngChange not available for md-input and md-text-float #543

fabiancook opened this issue Nov 5, 2014 · 3 comments
Milestone

Comments

@fabiancook
Copy link

No description provided.

@Frank3K
Copy link
Contributor

Frank3K commented Nov 5, 2014

Related: #523

@ajoslin
Copy link
Contributor

ajoslin commented Nov 6, 2014

#547

@ThomasBurleson ThomasBurleson added this to the 0.7.0-rc1 milestone Nov 13, 2014
@ThomasBurleson ThomasBurleson self-assigned this Nov 13, 2014
@jamesjnadeau
Copy link

I was able to use the following successfully to work around md-text-float not having direct support for ngChange

<md-input-group>
    <label for="spell_word">Spell Word</label>
    <md-input id="spell_word"
        ng-model="word_guess" ng-change="check_spelling()">
    </md-input>
</md-input-group>

check_spelling() is being correctly called now.

Epiphany came about when I was trying to add in ngChange handling to md-text-float.

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