Skip to content

Commit 1567440

Browse files
rodyhaddadpetebacondarwin
authored andcommitted
fix(ngdoc.js): update default directive restrict to 'A'
1 parent 2668578 commit 1567440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ngdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ Doc.prototype = {
714714
html_usage_directive: function(dom){
715715
var self = this;
716716
dom.h('Usage', function() {
717-
var restrict = self.restrict || 'AC';
717+
var restrict = self.restrict || 'A';
718718

719719
if (restrict.match(/E/)) {
720720
dom.html('<p>');

0 commit comments

Comments
 (0)