when i assigning or concat html string to ng-model does not update. html `` controller.js `$scope.content ="" ;`
when i assigning or concat html string to ng-model does not update.
html
<textarea ckeditor="CKConfig" ng-model="content" ></textarea>controller.js
$scope.content ="<p><img src="img.jpg"/></p>" ;