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 Apr 12, 2024. It is now read-only.
The JQLiteClone doesn't copy data associated with the source element. Any data set to the element in compile method of one directive doesn't propagate to the another directive on the same element.
The text was updated successfully, but these errors were encountered:
I implemented application specific cache to store additional information and it's recycled when scope is destroyed. It's more efficient then the using data api.
So, this issue is no longer valid for my use case so closing it.
The
JQLiteClone
doesn't copy data associated with the source element. Any data set to the element incompile
method of one directive doesn't propagate to the another directive on the same element.The text was updated successfully, but these errors were encountered: