akatov / angular-contenteditable

angular model for the "contenteditable" attribute
http://akatov.github.io/angular-contenteditable/
MIT License
176 stars 55 forks source link

No disable on parent fieldset:disabled #29

Open zakhenry opened 10 years ago

zakhenry commented 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.

jaseeey commented 8 years ago

Has anything further been determined for this issue? I'm running in to the same problem.