In My Application I have two controllers .
Controller 1 | Controller 2
- From Controller 1 I am opening a menu on a button click and in a function defined a property say, this.isTelephoneMenuOpen = true;
Result : I am getting menu opened With two option edit and Remove.
2.From Controller 2 on click of edit I am opening a modal-overlay- working fine.
Issue :But not being able to hide the earlier opened menu.
How to use this property in another controller to hide the menu after modal gets opened?