From 681c1c53e40176917ca1c5e9c5b45f45721a210d Mon Sep 17 00:00:00 2001 From: Alan Klement Date: Wed, 29 May 2013 10:44:36 -0300 Subject: docs(sanitize): add @description section --- src/ngSanitize/sanitize.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/ngSanitize/sanitize.js') diff --git a/src/ngSanitize/sanitize.js b/src/ngSanitize/sanitize.js index 677b11d3..94aeef22 100644 --- a/src/ngSanitize/sanitize.js +++ b/src/ngSanitize/sanitize.js @@ -4,6 +4,25 @@ * @ngdoc overview * @name ngSanitize * @description + * + * The `ngSanitize` module provides functionality to sanitize HTML. + * + * # Installation + * As a separate module, it must be loaded after Angular core is loaded; otherwise, an 'Uncaught Error: + * No module: ngSanitize' runtime error will occur. + * + *
+ * + * + *+ * + * # Usage + * To make sure the module is available to your application, declare it as a dependency of you application + * module. + * + *
+ * angular.module('app', ['ngSanitize']);
+ *
*/
/*
--
cgit v1.2.3