From a86cf20e67202d614bbcaf038c5e04db94483256 Mon Sep 17 00:00:00 2001 From: tigbro Date: Mon, 14 Oct 2013 12:06:26 -0700 Subject: fix: don't inline css in csp mode. Also add `angular-csp.css` to the resulting build. --- src/ng/directive/ngCloak.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ng/directive/ngCloak.js') diff --git a/src/ng/directive/ngCloak.js b/src/ng/directive/ngCloak.js index 6e39bdfc..d430ae52 100644 --- a/src/ng/directive/ngCloak.js +++ b/src/ng/directive/ngCloak.js @@ -15,7 +15,8 @@ * of the browser view. * * `ngCloak` works in cooperation with the following css rule embedded within `angular.js` and - * `angular.min.js`: + * `angular.min.js`. + * For CSP mode please add `angular-csp.css` to your html file (see {@link ng.directive:ngCsp ngCsp}). * *
  * [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
-- 
cgit v1.2.3