Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngInclude): do not compile template if original scope is destroyed #13543

Closed
wants to merge 1 commit into from
Closed

fix(ngInclude): do not compile template if original scope is destroyed #13543

wants to merge 1 commit into from

Commits on Dec 15, 2015

  1. fix(ngInclude): do not compile template if original scope is destroyed

    With slow internet connection scope may be destroyed before template is loaded.
    Previously in this case ngInclude compiled template that leaded to memory leaks
    and errors in some cases.
    
    Closes #13515
    zgmnkv committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    f927a1f View commit details
    Browse the repository at this point in the history