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

Nested iso transcludes #7499

Closed

Commits on May 22, 2014

  1. fix($compile): pass transcludeFn down to nested transclude directives

    If you have two directives that both expect to receive transcluded content
    the outer directive works but the inner directive never receives a
    transclusion function. This only failed if the first transclude directive
    was not the first directive found in compilation.
    
    Handles the regression identified in e994259
    
    Fixes angular#7240
    Closes angular#7387
    petebacondarwin committed May 22, 2014
    Configuration menu
    Copy the full SHA
    e045b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79db7b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a466e57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1e8cf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14e8c64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac3414d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddc238e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    368b5e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1fff37 View commit details
    Browse the repository at this point in the history