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

md-text-float doesn't forward ng-change function #744

Closed
rosterloh opened this issue Nov 24, 2014 · 1 comment
Closed

md-text-float doesn't forward ng-change function #744

rosterloh opened this issue Nov 24, 2014 · 1 comment
Milestone

Comments

@rosterloh
Copy link

Is it possible to add the ng-change functionality to the md-text-float component?
Currently

<md-text-float label="Days" ng-model="home.time.durationD" ng-change="home.timeChange()"> </md-text-float>

does not call the function but

<md-input-group tabindex="-1">
    <label for="days" >Days</label>
    <md-input id="days" ng-model="home.time.durationD" type="text" ng-change="home.timeChange()"></md-input>
</md-input-group>

does

@Frank3K
Copy link
Contributor

Frank3K commented Nov 24, 2014

Related: #547.

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

4 participants