You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
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 andscope
are ok, but the expression is not correctly evaluated.The text was updated successfully, but these errors were encountered: