From 3fc610a06d92510c5e0b96e0abe4dd3d17b6508f Mon Sep 17 00:00:00 2001 From: fmarcelo Date: Fri, 9 Oct 2015 10:59:11 +1300 Subject: [PATCH] add the reload function inside the themingProvider add the reload function inside the themingProvider --- src/core/services/theming/theming.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/services/theming/theming.js b/src/core/services/theming/theming.js index 4f8b12c09eb..6a822955cd5 100644 --- a/src/core/services/theming/theming.js +++ b/src/core/services/theming/theming.js @@ -145,6 +145,7 @@ function ThemingProvider($mdColorPalette) { alwaysWatchTheme: function(alwaysWatch) { alwaysWatchTheme = alwaysWatch; }, + reload: registerTheme, $get: ThemingService, _LIGHT_DEFAULT_HUES: LIGHT_DEFAULT_HUES, _DARK_DEFAULT_HUES: DARK_DEFAULT_HUES,