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 has been archived by the owner on Apr 12, 2024. It is now read-only.
We should explore this in the future. The idea was on the table when I was
writing this code, but there was a concern about increased memory usage so
we decided to punt on it for now.
another thing that comes to mind is when http interceptor change the response dynamically
and that might be an reson not to cache the compiled template
Currently, ng:include, ng:view, and directives with templates cache their template strings for future use.
It would probably be better if they instead compiled the template string once then cached the resulting linker.
(just an idea - no hurry)
The text was updated successfully, but these errors were encountered: