angular-wysiwyg
angular-wysiwyg copied to clipboard
Prevent unexpected behavior of disabled when there is more than 1 component
There was a bug when a page contains more than 1 wysiwyg component with the property disabled.
The previous implementation was Enabling/Disabling every menus in the page each times the value the property was changing.
This fix selects only the menu concerned.