An open API service indexing awesome lists of open source software.

https://github.com/alirezakay/addremovebox-angularjs

add or remove items from a box to other box with buttons
https://github.com/alirezakay/addremovebox-angularjs

add-box addremovebox-angularjs angular2 angularjs box click-to-add click-to-remove insert remove remove-box view

Last synced: 24 days ago
JSON representation

add or remove items from a box to other box with buttons

Awesome Lists containing this project

README

          

# 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!](/AddRemoveBox.png?raw=true "")

I tried to implement this project with **AngularJS**, because of someone's question on stackoverflow: [link](https://stackoverflow.com/questions/45935946/add-remove-box-in-html-using-angularjs)

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
```