From d8987c170f98650baecae66ccc272bdbca352f64 Mon Sep 17 00:00:00 2001 From: rodyhaddad Date: Sun, 8 Sep 2013 17:22:54 -0400 Subject: docs(ng.directives): add correct @restrict for all ng directives --- src/ng/directive/ngTransclude.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ng/directive/ngTransclude.js') diff --git a/src/ng/directive/ngTransclude.js b/src/ng/directive/ngTransclude.js index 71d0635a..d7c9cd44 100644 --- a/src/ng/directive/ngTransclude.js +++ b/src/ng/directive/ngTransclude.js @@ -3,6 +3,7 @@ /** * @ngdoc directive * @name ng.directive:ngTransclude + * @restrict AC * * @description * Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion. -- cgit v1.2.3