Skip to content
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 opened this issue Aug 24, 2013 · 1 comment
Closed

Typehead broken with angularjs 1.2.0rc1 #871

feugy opened this issue Aug 24, 2013 · 1 comment

Comments

@feugy
Copy link

feugy commented Aug 24, 2013

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.

@pkozlowski-opensource
Copy link
Member

Actually the issue is linked to the fact that ng-bind-html-unsafe directive was removed in 1.2 rc1. It is duplicate of #813

BTW: you don't have to use jQuery with directives from this repository, we don't have dependency on jQuery nor on Bootstrap's JavaScript.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants