When I\'m loading the minified (through UglifyJS) version of my AngularJS application, I get the following error in the console:
Unknown provider: aProvider
With generator-gulp-angular:
/** @ngInject */ function SomeController($scope, myCoolService) { }
Write /** @ngInject */ before each controller, service, directive.