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
Description
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
Labels
No labels