I am trying to add autofocus to the first element in ng-repeat
<div class="border-row" {{$first?focus-autofocus:''}} ng-repeat="item in itemsList" >
But this doesn't work. I'm using https://github.com/obogo/angular-focusmanager. How can I go about adding this?