Saturday, 14 September 2013

How to show and hide DIV in angular

How to show and hide DIV in angular

I have two div(s)
<div id = 'a'>
</div>
<div id = 'b'>
</div>
click on "add" button i want to hide div a and show div b

No comments:

Post a Comment