I want to bind data on click of tab and need to show that in a common div for all tabs . example
<ul><li>Tab1</li><li>Tab2</li><li>Tab3</li></ul>
<div id=tabsdata>data will bind here using angular js templates</div>
So according to this scenario how I can handle it in angular js?? Data that will come in tabsdata is dynamic data. For ezample in tab1 I want to save user info. In tab2 I want to show users list like this..