Skip to content

alirezakay/AddRemoveBox-AngularJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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