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

fix($browser/$location): single quote in url causes infinite digest in F... #954

Merged
merged 1 commit into from
May 14, 2012

Commits on May 14, 2012

  1. fix($browser/$location): single quote in url causes infinite digest i…

    …n FF
    
    The real issue is in FF, see https://bugzilla.mozilla.org/show_bug.cgi?id=407172.
    
    FF overly encodes stuff which breaks our expectations and then we fail .url() != currentUrl.absUrl()
    comparison unexpectidly, which leads to infinite digest.
    
    The workaround is to correct for this inconsistency in $browser and decode any single quotes in urls.
    
    Closes angular#920
    IgorMinar committed May 14, 2012
    Configuration menu
    Copy the full SHA
    679cb8a View commit details
    Browse the repository at this point in the history