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
Here's an example to use ngclick & ng-if directives.
Note: that ng-if removes the element from the DOM, but ng-hide just hides the display of the element.
Enter book name: Enter book category: Enter book price: Enter book author: You are entering book: {{book.bookDetails()}}