I have following structure for the fast-repeat , `<div fast-repeat="item in items"> <textarea ng-model="item.text"></textarea> </div>` When I update the textarea it automatically **focus out** the text box.
I have following structure for the fast-repeat ,
`
<textarea ng-model="item.text"></textarea>
When I update the textarea it automatically focus out the text box.