angular-trix
angular-trix copied to clipboard
Controller updates on trix-blur behave incorrectly
Hi,
Trying to use trix-blur in order to update the controller, for example trix-blur="ctrl.updateCtrlStuff()"
fails until the next digest cycle.
Adding scope.$apply
ensures that any changes made as a result of trix-blur
and other events are correctly updated in the controller.