editor.html
<div class="editor">
<div class="editorbox" contenteditable="{{isEditable}}" ng-model="note"
ng-paste="handlePaste($event)"><br></div>
</div>
<div class="editor">
<div class="editorbox" contenteditable="{{isEditable}}" ng-model="note"
ng-paste="handlePaste($event)"><br></div>
</div>