mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-23 13:25:48 +00:00
docs(ng:app): Move to other directives namespace
This commit is contained in:
parent
dd321c5f4d
commit
fa69d10122
2 changed files with 3 additions and 2 deletions
|
|
@ -839,7 +839,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ngdoc directive
|
* @ngdoc directive
|
||||||
* @name angular.directive.ng:app
|
* @name angular.module.ng.$compileProvider.directive.ng:app
|
||||||
*
|
*
|
||||||
* @element ANY
|
* @element ANY
|
||||||
* @param {angular.Module} module on optional application
|
* @param {angular.Module} module on optional application
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,8 @@ function setupModuleLoader(window) {
|
||||||
* var injector = angular.injector(['ng', 'MyModule'])
|
* var injector = angular.injector(['ng', 'MyModule'])
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* However it's more likely that you'll just use {@link angular.directive.ng:app ng:app} or
|
* However it's more likely that you'll just use
|
||||||
|
* {@link angular.module.ng.$compileProvider.directive.ng:app ng:app} or
|
||||||
* {@link angular.bootstrap} to simplify this process for you.
|
* {@link angular.bootstrap} to simplify this process for you.
|
||||||
*
|
*
|
||||||
* @param {!string} name The name of the module to create or retrieve.
|
* @param {!string} name The name of the module to create or retrieve.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue