Below is a custom tag/directive that I am using:
<tile class="ng-scope gridster-item" tilevalue="1" gridster-item="tile" row="0" col = "0" ng-repeat="tile in selectedTiles"> </tile>
I'm trying to figure out how to set focus on this element. Is there a method to locate an element by its attribute name in order to set focus?