Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit c94f08d

Browse files
update(docs): hide docs for 'a' directive
1 parent af990ed commit c94f08d

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

src/components/button/button.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ angular
1212

1313

1414
/**
15-
* @ngdoc directive
16-
* @name a
17-
* @module material.components.button
15+
* @private
1816
*
19-
* @restrict E
20-
*
21-
* @description
2217
* `a` is a anchnor directive used to inherit theme so stand-alone anchors.
2318
* This allows standalone `a` tags to support theme colors for md-primary, md-accent, etc.
2419
*

src/components/switch/switch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ angular.module('material.components.switch', [
1111
.directive('mdSwitch', MdSwitch);
1212

1313
/**
14-
* @private
1514
* @ngdoc directive
1615
* @module material.components.switch
1716
* @name mdSwitch

src/components/whiteframe/whiteframe.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ angular
77
.directive('mdWhiteframe', MdWhiteframeDirective);
88

99
/**
10-
* @private
1110
* @ngdoc directive
1211
* @module material.components.whiteframe
1312
* @name mdWhiteframe

0 commit comments

Comments
 (0)