mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-17 19:23:15 +08:00
This fixes cases where the first ngView is loaded in a template asynchronously (such as through ngInclude), as the service will miss the first event otherwise. Closes #4957