diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 8ef5e08f..2f93ef33 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -95,7 +95,7 @@ Compilation of HTML happens in three phases: var $compile = ...; // injected into your code var scope = ...; - var html = '
'; + var html = ''; // Step 1: parse HTML into DOM element var template = angular.element(html);