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('

');