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

Commit 93f7cb8

Browse files
derekrliangThomasBurleson
authored andcommitted
docs(menuBar): change from dash-case to camelCase so demo link works in menu bar directive (#9847)
* Fix demo link in documentation for menu bar directive
1 parent d4730a9 commit 93f7cb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/menuBar/js/menuBarDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @ngdoc directive
33
* @name mdMenuBar
4-
* @module material.components.menu-bar
4+
* @module material.components.menuBar
55
* @restrict E
66
* @description
77
*

src/components/menuBar/menu-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @ngdoc module
3-
* @name material.components.menu-bar
3+
* @name material.components.menuBar
44
*/
55

66
angular.module('material.components.menuBar', [

0 commit comments

Comments
 (0)