diff options
Diffstat (limited to 'src/ng/directive/ngController.js')
| -rw-r--r-- | src/ng/directive/ngController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngController.js b/src/ng/directive/ngController.js index 72bd3c00..7b7ab06c 100644 --- a/src/ng/directive/ngController.js +++ b/src/ng/directive/ngController.js @@ -21,7 +21,7 @@ * @element ANY * @scope * @param {expression} ngController Name of a globally accessible constructor function or an - * {@link guide/dev_guide.expressions expression} that on the current scope evaluates to a + * {@link guide/expression expression} that on the current scope evaluates to a * constructor function. * * @example |
