From bcdd5d1d3e8267498fbaed2672a9d02d5f53797b Mon Sep 17 00:00:00 2001 From: Justin Walsh Date: Thu, 9 Oct 2014 18:10:21 +0200 Subject: [PATCH] docs($compile): add 'templateNamespace' to example --- src/ng/compile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ng/compile.js b/src/ng/compile.js index 999eba7b7feb..728d6afaf60b 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -61,6 +61,7 @@ * // templateUrl: 'directive.html', // or // function(tElement, tAttrs) { ... }, * transclude: false, * restrict: 'A', + * templateNamespace: 'html', * scope: false, * controller: function($scope, $element, $attrs, $transclude, otherInjectables) { ... }, * controllerAs: 'stringAlias',