docs($compile): note template is ignored with element transclusion

This commit is contained in:
Izhaki
2014-10-07 23:34:44 +01:00
committed by Brian Ford
parent e63f670ff2
commit 323862ff63

View File

@@ -303,7 +303,8 @@
*
* * `true` - transclude the content (i.e. the child nodes) of the directive's element.
* * `'element'` - transclude the whole of the directive's element including any directives on this
* element that defined at a lower priority than this directive.
* element that defined at a lower priority than this directive. When used, the `template`
* property is ignored.
*
*
* #### `compile`