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

fix(compile): directive controller order fix #2738

Closed
wants to merge 1 commit into from

Commits on May 23, 2013

  1. fix($compile): reorder the capture of the directives with templateUrl

    When a directive defines a templateUrl, directives on the top level
    element will be applied after the directives on the original node
    even if the directive defines `replace: true` and `transclude: true`
    
    BREAKING CHANGE:
    * The compilation and linking order of directives that are defined
    on the top level element of an external template are compiled and
    linked after the directives of the original node
    lgalfaso committed May 23, 2013
    Configuration menu
    Copy the full SHA
    70d0ba0 View commit details
    Browse the repository at this point in the history