I have a form for replying to messages that I want to show only when isReplyFormOpen is true, and everytime I click the reply button I want to toggle whether th
isReplyFormOpen
If based on click here it is:
ng-click="orderReverse = orderReverse ? false : true"