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

fix(ngInit): evaluate ngInit before ngInclude #5208

Closed
wants to merge 1 commit into from

Commits on Dec 2, 2013

  1. fix(ngInit): evaluate ngInit before ngInclude

    The priority of ngInit is adjusted to occur before ngInclude, and after
    ngController. This enables ngInit to initiallize values in a controller's
    scope, and also to initiallize values before ngInclude executes.
    Caitlin Potter committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    3e1d5ef View commit details
    Browse the repository at this point in the history