diff options
| author | Matthew McComb | 2013-03-22 09:45:08 +0000 | 
|---|---|---|
| committer | Igor Minar | 2013-04-04 09:42:01 -0700 | 
| commit | f5c18861b673ad18aac01f3622c62094b18d843d (patch) | |
| tree | 329ab21f042c159891c31488c55c635ab6d50f0b | |
| parent | 4acd75b904ad7111e548279f7111bc17bedfc05c (diff) | |
| download | angular.js-f5c18861b673ad18aac01f3622c62094b18d843d.tar.bz2 | |
docs(controller): improve $controller function doc readability
Improved $controller function doc readability.
| -rw-r--r-- | src/ng/controller.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/controller.js b/src/ng/controller.js index e2f1b6ac..0474e766 100644 --- a/src/ng/controller.js +++ b/src/ng/controller.js @@ -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}.       */ | 
