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

fix($parse): do evaluate several times expressions with interceptors #13002

Closed
wants to merge 1 commit into from

Commits on Oct 3, 2015

  1. fix($parse): evaluate once simple expressions in interpolations

    For simple expressions without filters that have a stateless interceptor
    then handle the 2nd phase parse evaluation using `inputs`.
    
    This fixes the issue that interpolated simple expressions were evaluated twice
    within one digest loop.
    
    Closes angular#12983
    lgalfaso committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    bc2bd90 View commit details
    Browse the repository at this point in the history