@@ -33,8 +33,8 @@ angular.module('material.components.select', [
33
33
* @module material.components.select
34
34
*
35
35
* @description Displays a select box, bound to an `ng-model`. Selectable options are defined using
36
- * the <a ng-href="/ api/directive/mdOption">md-option</a> element directive. Options can be grouped
37
- * using the <a ng-href="/ api/directive/mdOptgroup">md-optgroup</a> element directive.
36
+ * the <a ng-href="api/directive/mdOption">md-option</a> element directive. Options can be grouped
37
+ * using the <a ng-href="api/directive/mdOptgroup">md-optgroup</a> element directive.
38
38
*
39
39
* When the select is required and uses a floating label, then the label will automatically contain
40
40
* an asterisk (`*`). This behavior can be disabled by using the `md-no-asterisk` attribute.
@@ -910,9 +910,9 @@ function SelectMenuDirective($parse, $mdUtil, $mdConstant, $mdTheming) {
910
910
* @restrict E
911
911
* @module material.components.select
912
912
*
913
- * @description Displays an option in a <a ng-href="/ api/directive/mdSelect">md-select</a> box's
913
+ * @description Displays an option in a <a ng-href="api/directive/mdSelect">md-select</a> box's
914
914
* dropdown menu. Options can be grouped using
915
- * <a ng-href="/ api/directive/mdOptgroup">md-optgroup</a> element directives.
915
+ * <a ng-href="api/directive/mdOptgroup">md-optgroup</a> element directives.
916
916
*
917
917
* ### Option Params
918
918
*
@@ -950,7 +950,7 @@ function SelectMenuDirective($parse, $mdUtil, $mdConstant, $mdTheming) {
950
950
* `ng-model` like `$scope.selectedValue = 1`. Use `ng-value="1"` in this case and other cases where
951
951
* you have values that are not strings.
952
952
*
953
- * **Note:** Please see our <a ng-href="/ api/directive/mdSelect#selects-and-object-equality">docs on
953
+ * **Note:** Please see our <a ng-href="api/directive/mdSelect#selects-and-object-equality">docs on
954
954
* using objects with `md-select`</a> for additional guidance on using the `trackBy` option with
955
955
* `ng-model-options`.
956
956
*
@@ -1118,11 +1118,11 @@ function OptionDirective($mdButtonInkRipple, $mdUtil, $mdTheming) {
1118
1118
* @module material.components.select
1119
1119
*
1120
1120
* @description Displays a label separating groups of
1121
- * <a ng-href="/ api/directive/mdOption">md-option</a> element directives in a
1122
- * <a ng-href="/ api/directive/mdSelect">md-select</a> box's dropdown menu.
1121
+ * <a ng-href="api/directive/mdOption">md-option</a> element directives in a
1122
+ * <a ng-href="api/directive/mdSelect">md-select</a> box's dropdown menu.
1123
1123
*
1124
1124
* **Note:** When using `md-select-header` element directives within a `md-select`, the labels that
1125
- * would normally be added to the <a ng-href="/ api/directive/mdOptgroup">md-optgroup</a> directives
1125
+ * would normally be added to the <a ng-href="api/directive/mdOptgroup">md-optgroup</a> directives
1126
1126
* are omitted, allowing the `md-select-header` to represent the option group label
1127
1127
* (and possibly more).
1128
1128
*
0 commit comments