When you make click
the focus
should go to text
> var element = $window.document.getElementById('textAreaContent');
> if(element)
> element.focus();
>
> <span id="click">clickeame</span>
> <input type="text" id="myInputId" />