Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ec88017

Browse files
Justin Walshtbosch
Justin Walsh
authored andcommitted
docs($compile): add 'templateNamespace' to example
Closes #9522
1 parent da072d4 commit ec88017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/compile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
* // templateUrl: 'directive.html', // or // function(tElement, tAttrs) { ... },
6262
* transclude: false,
6363
* restrict: 'A',
64+
* templateNamespace: 'html',
6465
* scope: false,
6566
* controller: function($scope, $element, $attrs, $transclude, otherInjectables) { ... },
6667
* controllerAs: 'stringAlias',

0 commit comments

Comments
 (0)