Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(typeahead): change to select class #5922

Closed

Commits on May 23, 2016

  1. fix(typeahead): change to select class

    - Change to select `.uib-typeahead-match` class instead of the `li` tag
    
    BREAKING CHANGE: This changes the selector used so that it doesn't select for the `li` tag specifically, but the elements with the class `uib-typeahead-match` - if using a custom template, this class needs to be added to the `li` element in the typeahead popup template.
    wesleycho committed May 23, 2016
    Configuration menu
    Copy the full SHA
    e832498 View commit details
    Browse the repository at this point in the history