This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
typeahead drop-down li items unreadable under angularjs-1.20rc1 #868
Closed
Description
I am developing an application that until today used angularjs 1.1.5 and ui-bootstrap-tpls-0.4.0
The screenshot image typeahead-115.png shows how the drop-down menu looks under 1.1.5
I upgraded to 1.20rc and now the li items are unreadable (shown in typeahead-120rc1.png)
I then upgraded to ui-bootstrap-tpls-0.5.0 but the problem persists
Can anyone else recreate this?
I am using this code
<input type="text"
required="true"
class="input-xxlarge"
autocomplete="off"
ng-model="lineitem.description"
ng-change="lineitem_changed(lineitem)"
title="Description of commodities"
typeahead-min-length="-1"
typeahead="item as item.description for item in commodity_list | filter:$viewValue"
Metadata
Metadata
Assignees
Labels
No labels