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/ngStyle.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ng/directive/ngStyle.js') diff --git a/src/ng/directive/ngStyle.js b/src/ng/directive/ngStyle.js index a1c2b699..b9fbe216 100644 --- a/src/ng/directive/ngStyle.js +++ b/src/ng/directive/ngStyle.js @@ -3,6 +3,7 @@ /** * @ngdoc directive * @name ng.directive:ngStyle + * @restrict AC * * @description * The `ngStyle` directive allows you to set CSS style on an HTML element conditionally. -- cgit v1.2.3