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 3be6835 commit 7a37469Copy full SHA for 7a37469
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