docs(controller): improve $controller function doc readability

Improved $controller function doc readability.
This commit is contained in:
Matthew McComb 2013-03-22 09:45:08 +00:00 committed by Igor Minar
parent 4acd75b904
commit f5c18861b6

View file

@ -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}.
*/