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

md-menu-item not enabled in RC6 #6116

Closed
sathishvj opened this issue Dec 7, 2015 · 1 comment
Closed

md-menu-item not enabled in RC6 #6116

sathishvj opened this issue Dec 7, 2015 · 1 comment
Assignees
Milestone

Comments

@sathishvj
Copy link

We had the same code with both RC5 and RC6 and we're seeing that all the menu items are disabled. Is anybody else also noticing this issue?

I don't know if the md-toolbar is relevant, but when I tried the same thing outside it works. It was also something that used to work with the exact same code with RC4. A team mate who had earlier upgraded to RC6 noticed it first, and then when I upgraded to RC6 I was able to replicate it.

             <md-toolbar>
                      <md-menu  md-offset="0 25" md-position-mode="target-right target">
                  <a href="#" ng-click="openProfileMenu($mdOpenMenu, $event)" >first name</a>
                  <md-menu-content width="4">
                    <md-menu-item>
                      <md-button ui-sref='user.edituser'>
                    Edit Profile
                      </md-button>
                    </md-menu-item> 
                    <md-menu-divider></md-menu-divider>
                    <md-menu-item>
                      <md-button ng-click="logout()">
                        Logout
                      </md-button>
                    </md-menu-item>
                  </md-menu-content>
                </md-menu>
         </md-toolbar>
@WolfSoko
Copy link

WolfSoko commented Dec 7, 2015

Maybe same as #6109

@ThomasBurleson ThomasBurleson added this to the 1.0-rc7 milestone Dec 7, 2015
rschmukler added a commit that referenced this issue Dec 8, 2015
fixes #6131, fixes #6109, fixes #6049, fixes #6073, references #6080,
fixes #6089, fixes #6116
rschmukler added a commit that referenced this issue Dec 8, 2015
fixes #6131, fixes #6109, fixes #6049, fixes #6073, references #6080,
fixes #6089, fixes #6116
rschmukler added a commit that referenced this issue Dec 8, 2015
fixes #6131, fixes #6109, fixes #6049, fixes #6073, references #6080,
fixes #6089, fixes #6116
rschmukler added a commit that referenced this issue Dec 8, 2015
fixes #6131, fixes #6109, fixes #6049, fixes #6073, references #6080,
fixes #6089, fixes #6116
rschmukler added a commit that referenced this issue Dec 8, 2015
fixes #6131, fixes #6109, fixes #6049, fixes #6073, references #6080,
fixes #6089, fixes #6116
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants