diff options
| author | johnlindquist | 2012-04-17 18:41:44 -0600 | 
|---|---|---|
| committer | Igor Minar | 2012-04-20 10:44:18 -0700 | 
| commit | 5cc245dd80f973bf812e430fc31700a27699c9ad (patch) | |
| tree | 6769b640e5509839be50ec0410ef0207a23f0dc1 /src | |
| parent | 0bd0ef7813ec2765eaf02f888f2f57a32292f406 (diff) | |
| download | angular.js-5cc245dd80f973bf812e430fc31700a27699c9ad.tar.bz2 | |
docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sanitize"
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/directive/ngBind.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index 2ddd3337..91dbff0d 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -124,7 +124,7 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) {   * {@link angular.module.ng.$compileProvider.directive.ngBindHtml ngBindHtml} directive is too   * restrictive and when you absolutely trust the source of the content you are binding to.   * - * See {@link angular.module.ng.$sanitize $sanitize} docs for examples. + * See {@link angular.module.ngSanitize.$sanitize $sanitize} docs for examples.   *   * @element ANY   * @param {expression} ngBindHtmlUnsafe {@link guide/dev_guide.expressions Expression} to evaluate. | 
