mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
fix(web(js)): remove calls to deprecated functions in ng-material
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<md-menu>
|
||||
<md-button class="md-icon-button" aria-label="Sort"
|
||||
ng-click="$mdOpenMenu()">
|
||||
ng-click="$mdMenu.open()">
|
||||
<md-icon>sort</md-icon>
|
||||
</md-button>
|
||||
<md-menu-content>
|
||||
|
||||
Reference in New Issue
Block a user