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',