<a href="#">change content</a>
<div id="div_1"></div>
<div id="div_2">
<!-- content -->
</div>
There is a div with id="div_1" and the contents inside. Need by clicking on the link to move the contents in the div with id="div_2" and then back again. How to implement it in angularjs? Please tell me. Thank you.