Sha256: e21106a9cbae794aae7f78a68d93b907e700e47467053acf12805b011e40f8a5
Contents?: true
Size: 390 Bytes
Versions: 2
Compression:
Stored size: 390 Bytes
Contents
ul#product-typeahead(tabindex="-1" class="typeahead dropdown-menu" ng-show="$isVisible()" role="select") li(role="presentation" ng-repeat="match in $matches" ng-class="{active: $index == $activeIndex}") a.clearfix(role="menuitem" tabindex="-1" ng-click="$select($index, $event)") .pull-left img(ng-src="{{match.value.image.miniUrl}}") span(ng-bind='match.label')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sprangular-0.1.0 | app/assets/templates/products/typeahead.html.slim |
sprangular-0.0.1 | app/assets/templates/products/typeahead.html.slim |