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 ac2f0ce commit 5c0ec9dCopy full SHA for 5c0ec9d
src/Angular.js
@@ -952,8 +952,8 @@ function angularInit(element, bootstrap) {
952
* See: {@link guide/dev_guide.bootstrap.manual_bootstrap Bootstrap}
953
*
954
* @param {Element} element DOM element which is the root of angular application.
955
- * @param {Array<String,function>=} modules an array of module declarations. See: {@link angular.module modules}
956
- * @param {angular.module.auta.$injector} the injector;
+ * @param {Array<String|Function>=} modules an array of module declarations. See: {@link angular.module modules}
+ * @returns {angular.module.auto.$injector} Returns the newly created injector for this app.
957
*/
958
function bootstrap(element, modules) {
959
element = jqLite(element);
0 commit comments