darylrowland / angucomplete

AngularJS Autocomplete Directive
511 stars 281 forks source link

updated the matching, because you don't always have a match in the title... #26

Open kaspereden opened 10 years ago

kaspereden commented 10 years ago

Updated the matching, because you don't always have a match in the title. eg:

{
    very-long-description: "lorem ipsum dolor ... sit amet",
    title: "interaction development"
}

Now this single result does not get highlighted but is still visible.

I've created this patch because I needed it for my project.