You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2018. It is now read-only.
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.