This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
bindJQuery is called too early #3716
Closed
Description
When jQuery is loaded after angular.js, JQLite methods like inheritedData is not added to jquery elements. Comment says that "try to bind to jquery now so that one can write angular.element().read() but we will rebind on bootstrap again." but actually it is never called again.
http://plnkr.co/edit/HWfGszpeM0rMgnXg36Gm