Need help with TextAngular. I want to auto-focus when the page loads but can't seem to get it working. Here's my code:
<div text-angular ng-model="formData.solutionText"></div>
I tried adding this too but it doesn't seem to work. I tried with ngfocus too but i'm going wrong somewhere and it's not working!
ta-focussed-class="focussed"
Could anyone point me to the right direction on how to get this going?