angular-dynamic-forms
angular-dynamic-forms copied to clipboard
Attributes are add to "<label>" and not to "<input>"
Attributes are add to "label" and not to "input" Any workaround?
Odd. Shouldn't be the case. I'll have to fix that.
The fix will be to move the block where attributes are set above the block where labels are added. Until I get the chance to make and commit that change, you can easily do the same to get the desired effect.
Thanks, worked like a charm!
I am having the issue where attributes are added to label. v 0.0.4 just downloaded today. I don't understand what the work-around is.