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
It will be great to have ability of configuration of md-menu overlapping in providers. For example, as in the placeholder: @NgModule({ providers: [ {provide: MD_PLACEHOLDER_GLOBAL_OPTIONS, useValue: { float: 'always' }} ] })
Currently it`s possible only to insert in every place of html using [overlapTrigger]="false" attribute or default value is 'true'.
This feature will add more flexibility of configuration md-menu globally.