mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(angular.bootstrap): fix typos and errors
This commit is contained in:
parent
ac2f0cece6
commit
5c0ec9d06d
1 changed files with 2 additions and 2 deletions
|
|
@ -952,8 +952,8 @@ function angularInit(element, bootstrap) {
|
|||
* See: {@link guide/dev_guide.bootstrap.manual_bootstrap Bootstrap}
|
||||
*
|
||||
* @param {Element} element DOM element which is the root of angular application.
|
||||
* @param {Array<String,function>=} modules an array of module declarations. See: {@link angular.module modules}
|
||||
* @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.
|
||||
*/
|
||||
function bootstrap(element, modules) {
|
||||
element = jqLite(element);
|
||||
|
|
|
|||
Loading…
Reference in a new issue