Skip to content
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
@bkc

Description

@bkc

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"

typeahead-115
typeahead-120rc1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions