8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d7977 commit d13ef77Copy full SHA for d13ef77
src/Angular.js
@@ -1331,8 +1331,8 @@ function angularInit(element, bootstrap) {
1331
* @param {Object=} config an object for defining configuration options for the application. The
1332
* following keys are supported:
1333
*
1334
- * - `strictDi`: disable automatic function annotation for the application. This is meant to
1335
- * assist in finding bugs which break minified code. Defaults to false.
+ * * `strictDi` - disable automatic function annotation for the application. This is meant to
+ * assist in finding bugs which break minified code. Defaults to `false`.
1336
1337
* @returns {auto.$injector} Returns the newly created injector for this app.
1338
*/
0 commit comments