blob: 20a362bd6cd644e124489324f7094362efcc3847 [file] [log] [blame]
Matteo Scandolo7cd88ba2015-12-16 14:23:08 -08001<ul class="dropdown-menu" ng-show="isOpen() && !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" style="display: block;" role="listbox" aria-hidden="{{!isOpen()}}">
2 <li ng-repeat="match in matches track by $index" ng-class="{active: isActive($index) }" ng-mouseenter="selectActive($index)" ng-click="selectMatch($index)" role="option" id="{{::match.id}}">
3 <div uib-typeahead-match index="$index" match="match" query="query" template-url="templateUrl"></div>
4 </li>
5</ul>