Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 796 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 796 Bytes

AddRemoveBox-AngularJS

add or remove items from a box to the other box by clicking corresponding buttons

here is a picture which represents the concept:

picture can't be shown!

I tried to implement this project with AngularJS, because of someone's question on stackoverflow: link

data-ng-repeat is the main angularjs directive, needed to use into the html elements for adding or removing similar items hence you can add/remove an item from left box to the right box, or vice versa

you can see the performed project in this link: https://alirezakay.github.io/projects/phase1/AddRemoveBox-AngularJS/

#html #css #javascript #angularjs