Is there a way to prohibit copy-pasting in the Textangular module without modifying its code? While examining the code, I discovered an event binding for the "paste" action.
Could the paste event be unbound from outside the module? Perhaps upon loading the controller or by utilizing another directive?