diff options
Diffstat (limited to 'src/ng/controller.js')
| -rw-r--r-- | src/ng/controller.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ng/controller.js b/src/ng/controller.js index 1a610b9c..edf5deaf 100644 --- a/src/ng/controller.js +++ b/src/ng/controller.js @@ -55,8 +55,7 @@ function $ControllerProvider() { * `$controller` service is responsible for instantiating controllers. * * 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}. + * a service, so that one can override this service with [BC version](https://gist.github.com/1649788). */ return function(expression, locals) { var instance, match, constructor, identifier; |
