diff options
| author | rodyhaddad | 2013-09-08 14:20:03 -0400 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-11 13:28:17 +0100 |
| commit | 15674406654733f24af63c65c60ce13be64fe0db (patch) | |
| tree | cf4a24b1dcc18614b95a54525ef9d4b65bf31186 /docs | |
| parent | 26685782b36b7d7c5eed88df76ddd39405202b43 (diff) | |
| download | angular.js-15674406654733f24af63c65c60ce13be64fe0db.tar.bz2 | |
fix(ngdoc.js): update default directive restrict to 'A'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/ngdoc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index 0a5c0ec7..f87b65cb 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -714,7 +714,7 @@ Doc.prototype = { html_usage_directive: function(dom){ var self = this; dom.h('Usage', function() { - var restrict = self.restrict || 'AC'; + var restrict = self.restrict || 'A'; if (restrict.match(/E/)) { dom.html('<p>'); |
