Actual string - • Is Recovery Team assembled? • Critical timing for SLA's - are any impacted now, when will be if incident prolongs?
String getting displayed in textarea - 
Please suggest..
HTML code:
        <div class="form-group has-feedback">
            <textarea class="form-control form-control-BCC" name="Notes" ng-model="buisnessSaveCommunication.BusinessContinutiydata.KeyMessage" spellcheck="true"></textarea>
        </div>
here buisnessSaveCommunication in ng-model is alias.
angularjs :
scope.BusinessContinutiydata.KeyMessage = scope.keyMessge;
 
    