I'm currently trying to move one div to another div after i click a button.
I know how this works in JQuery but is there any way you can execute this in angularJS? I'm using angularJS for a webshop application but never actually did anything with angular animations. After adding a product there would be a moving div to another div so you know you added a product to your cart.
Here is an image to demonstrate what i mean:
I simply just want to move div1 to div2. What is best practise for this? Any help is appreciated. As extra div1 can hide after the animation and reset on previous position.
