alenaksu / mdPickers

Material Design date/time pickers for Angular Material
MIT License
293 stars 216 forks source link

mdp-placeholder does not except interpolated values #154

Open jrcollins4 opened 7 years ago

jrcollins4 commented 7 years ago

I am generating forms dynamically, and I am trying pass in an expression into the mdp-placeholder attribute:

<mdp-time-picker mdp-placeholder="{{input.label}}" ng-model="input.value"></mdp-time-picker>

This is not getting picked up and results in an empty placeholder.

kilzid commented 7 years ago

I created a PR #172 to allow interpolated values.

therickwillis commented 7 years ago

Running into this issue right now. Please approve this PR!

VWoodin commented 7 years ago

PR #177 addresses this issue. Please approve, seems like a couple folks are having problems with this issue.