From 96758c1c5277ca9041e82c4c1d2e2c473cd477b0 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 30 Apr 2012 15:37:12 -0700 Subject: docs(ngCsp): make the CSP docs publicly visible --- src/ng/directive/ngCsp.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/ng/directive/ngCsp.js b/src/ng/directive/ngCsp.js index d4a3a45d..55fe8b3a 100644 --- a/src/ng/directive/ngCsp.js +++ b/src/ng/directive/ngCsp.js @@ -1,17 +1,18 @@ 'use strict'; /** - * TODO(i): this directive is not publicly documented until we know for sure that CSP can't be - * safely feature-detected. - * + * @ngdoc directive * @name angular.module.ng.$compileProvider.directive.ngCsp * @priority 1000 * * @description - * Enables CSP (Content Security Protection) support. This directive should be used on the `` - * element before any kind of interpolation or expression is processed. + * Enables [CSP (Content Security Policy)](https://developer.mozilla.org/en/Security/CSP) support. + * This directive should be used on the root element of the application (typically the `` + * element or other element with the {@link angular.module.ng.$compileProvider.directive.ngApp ngApp} + * directive). * - * If enabled the performance of $parse will suffer. + * If enabled the performance of template expression evaluator will suffer slightly, so don't enable + * this mode unless you need it. * * @element html */ -- cgit v1.2.3