angular-trix icon indicating copy to clipboard operation
angular-trix copied to clipboard

Controller updates on trix-blur behave incorrectly

Open ablamunits opened this issue 9 years ago • 0 comments

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.

ablamunits avatar Jan 13 '16 10:01 ablamunits