mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(controller): improve $controller function doc readability
Improved $controller function doc readability.
This commit is contained in:
parent
9480136d9f
commit
06ada222c2
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function $ControllerProvider() {
|
|||
* @description
|
||||
* `$controller` service is responsible for instantiating controllers.
|
||||
*
|
||||
* It's just simple call to {@link AUTO.$injector $injector}, but extracted into
|
||||
* It's just a simple call to {@link AUTO.$injector $injector}, but extracted into
|
||||
* a service, so that one can override this service with {@link https://gist.github.com/1649788
|
||||
* BC version}.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue