How can I disable a button inside ion-nav-buttons depending on an action in the ion-content?
example: if I click in a button inside ion-content the button inside ion-nav-buttons get disabled.
As I see, I can“t controll the elements inside ion-nav-buttons from the controller of the template that has the ion-nav-buttons.