mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-09 17:10:34 +08:00
createInternalInjector does not specify the formal parameter `strictDi`, and instead uses the binding from the parent function's formal parameters, making this parameter unnecessary. Closes #8771