You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/core/services/theming/theming.js
+30-4Lines changed: 30 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -574,6 +574,8 @@ function ThemingProvider($mdColorPalette, $$mdMetaProvider) {
574
574
* @description
575
575
* Service that makes an element apply theming related <b>classes</b> to itself.
576
576
*
577
+
* For more information on the hue objects, their default values, as well as valid hue values, please visit <a ng-href="Theming/03_configuring_a_theme#specifying-custom-hues-for-color-intentions">the custom hues section of Configuring a Theme</a>.
578
+
*
577
579
* <hljs lang="js">
578
580
* // Example component directive that we want to apply theming classes to.
0 commit comments