标签: angularjs material-design
用户可以打开md菜单,并且在控制器的订阅方法中发生某些情况时可以关闭该菜单:
if (this.checkStatus(status)) { this.$mdMenu.destroy(); }
当其他的md菜单(我不想关闭)打开时,此if语句也可以成立。但这this.$mdMenu.destroy();破坏了我应用程序中的所有md菜单。
this.$mdMenu.destroy();