diff options
| author | Misko Hevery | 2012-05-24 14:49:47 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:08 -0700 | 
| commit | 0532aabcf97a08badd6ed67ad40453d37da89556 (patch) | |
| tree | 954f5f922b0c178c050321b26c484be468b52b8c /src/ng/directive/ngBind.js | |
| parent | f0be543614d5c2c3f492e1ed73ec964bd8a3d381 (diff) | |
| download | angular.js-0532aabcf97a08badd6ed67ad40453d37da89556.tar.bz2 | |
doc(guide): clean up broken links
Diffstat (limited to 'src/ng/directive/ngBind.js')
| -rw-r--r-- | src/ng/directive/ngBind.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index f27bd311..f6ae6324 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -22,7 +22,7 @@   *   *   * @element ANY - * @param {expression} ngBind {@link guide/dev_guide.expressions Expression} to evaluate. + * @param {expression} ngBind {@link guide/expression Expression} to evaluate.   *   * @example   * Enter a name in the Live Preview text box; the greeting below the text box changes instantly. @@ -127,7 +127,7 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) {   * See {@link angular.module.ngSanitize.$sanitize $sanitize} docs for examples.   *   * @element ANY - * @param {expression} ngBindHtmlUnsafe {@link guide/dev_guide.expressions Expression} to evaluate. + * @param {expression} ngBindHtmlUnsafe {@link guide/expression Expression} to evaluate.   */  var ngBindHtmlUnsafeDirective = [function() {    return function(scope, element, attr) { | 
