sachinchoolur / angular-trix

A rich WYSIWYG text editor directive for angularjs.
http://sachinchoolur.github.io/angular-trix/
MIT License
328 stars 62 forks source link

Register change event listener only once when the editor is initialized. #18

Open garipeti opened 8 years ago

garipeti commented 8 years ago

The trix-change listener is attached more than once because $render is called whenever model is changed.