Open zakhenry opened 10 years ago
When you wrap any input with a <fieldset ng-disabled="true" /> input should be disabled. This does not happen with the contenteditable directive.
<fieldset ng-disabled="true" />
Has anything further been determined for this issue? I'm running in to the same problem.
When you wrap any input with a
<fieldset ng-disabled="true" />
input should be disabled. This does not happen with the contenteditable directive.