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.
element.wrap not working when jQuery is present #3860
Closed
Description
Hi, I spent hours trying to figure you why my directive code wasn't working.
I came to make a simple directive example and realized that when I removed jQuery it worked!
http://plnkr.co/edit/JEaYyrhkJXIWCaoUUoFq?p=preview
The element.wrap functions is doing as expected withouth jQuery but when jQuery is present well... :(
Any idea?