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.

Typehead broken with angularjs 1.2.0rc1 #871

Closed
@feugy

Description

@feugy

The directive works perfectly with the previous version of angular, but since 1.2.0rc1, the dropdown menu is deseperatly empty.

See this plnkr.

I'm not skilled enough to fully understand angular's expression parsing, but the fault is due to the $parse() method.

At line 113 'parserResult.viewMapper(scope, locals)' returns nothing.

The locals variable and scope are ok, but the expression is not correctly evaluated.

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