Use ng-if
- Create a new property called "Show Details" of type checkbox and reference-name showDetails, by default it should NOT be checked.
- Create a div below (with some meaningful content) which should only be shown if showDetails is checked
- Create a div below (with some meaningful content) which should only be shown if showDetails is NOT checked