mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-24 21:48:49 +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