We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b70cf commit 547871eCopy full SHA for 547871e
1 file changed
src/loader.js
@@ -55,10 +55,10 @@ function setupModuleLoader(window) {
55
* myModule.value('appName', 'MyCoolApp');
56
*
57
* // configure existing services inside initialization blocks.
58
- * myModule.config(function($locationProvider) {
+ * myModule.config(['$locationProvider', function($locationProvider) {
59
* // Configure existing providers
60
* $locationProvider.hashPrefix('!');
61
- * });
+ * }]);
62
* ```
63
64
* Then you can create an injector and load your modules like this:
0 commit comments