Roman Ostolosh
Results
1
comments of
Roman Ostolosh
My quick and dirty way of doing it In controller: ```javascript editor.insert("text to insert"); angular.element(editor.container).controller('ngModel').$setViewValue(editor.getValue()); ```