When running in `strict-di` mode, module should raise the [$injector/strictdi](https://docs.angularjs.org/error/$injector/strictdi) error if the resolve callbacks aren't annotated. Right now, code that uses this directive may work in a development environment and then fail when minified.
When running in
strict-dimode, module should raise the $injector/strictdi error if the resolve callbacks aren't annotated.Right now, code that uses this directive may work in a development environment and then fail when minified.