Skip to content

Commit 8c121b9

Browse files
docs(ngSanitize): add dependency on angular-sanitize to example
1 parent 24a87d9 commit 8c121b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ngSanitize/sanitize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var $sanitizeMinErr = angular.$$minErr('$sanitize');
5353
* @returns {string} Sanitized html.
5454
*
5555
* @example
56-
<example module="ngSanitize">
56+
<example module="ngSanitize" deps="angular-sanitize.js">
5757
<file name="index.html">
5858
<script>
5959
function Ctrl($scope, $sce) {

0 commit comments

Comments
 (0)