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
- Host: GitHub
- URL: https://github.com/alirezakay/addremovebox-angularjs
- Owner: alirezakay
- License: mit
- Created: 2017-08-30T12:13:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T14:06:31.000Z (over 8 years ago)
- Last Synced: 2025-06-14T05:07:23.178Z (11 months ago)
- Topics: add-box, addremovebox-angularjs, angular2, angularjs, box, click-to-add, click-to-remove, insert, remove, remove-box, view
- Language: JavaScript
- Homepage: https://alirezakay.github.io/projects/phase1/AddRemoveBox-AngularJS/
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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