diff --git a/docs/app/js/app.js b/docs/app/js/app.js index c3da5885c5..973ace569d 100644 --- a/docs/app/js/app.js +++ b/docs/app/js/app.js @@ -63,13 +63,18 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES, .dark(); $mdIconProvider.icon('md-toggle-arrow', 'img/icons/toggle-arrow.svg', 48); + $mdIconProvider + .iconSet('communication', 'img/icons/sets/communication-icons.svg', 24) + .iconSet('device', 'img/icons/sets/device-icons.svg', 24) + .iconSet('social', 'img/icons/sets/social-icons.svg', 24) + .iconSet('symbol', 'img/icons/sets/symbol-icons.svg', 24) + .defaultIconSet('img/icons/sets/core-icons.svg', 24); $mdThemingProvider.theme('default') .primaryPalette('docs-blue') .accentPalette('docs-red'); - $mdThemingProvider - .enableBrowserColor(); + $mdThemingProvider.enableBrowserColor(); angular.forEach(PAGES, function(pages, area) { angular.forEach(pages, function(page) { diff --git a/src/components/menuBar/demoBasicUsage/index.html b/src/components/menuBar/demoBasicUsage/index.html index 5f299fb2ba..f0413e03e1 100644 --- a/src/components/menuBar/demoBasicUsage/index.html +++ b/src/components/menuBar/demoBasicUsage/index.html @@ -1,6 +1,9 @@
+ + +

Untitled document

diff --git a/src/components/menuBar/demoDynamicNestedMenus/index.html b/src/components/menuBar/demoDynamicNestedMenus/index.html index 0f8a3fa3e4..c27587ea43 100644 --- a/src/components/menuBar/demoDynamicNestedMenus/index.html +++ b/src/components/menuBar/demoDynamicNestedMenus/index.html @@ -1,8 +1,11 @@
+ + +
-

Untitled document

+

Mission Statement