https://github.com/mateusmirandaalmeida/ng-ui-multi-select
Multiple record selection component.
https://github.com/mateusmirandaalmeida/ng-ui-multi-select
angular angular-multi-select angularjs multi multi-select select select-multiple
Last synced: about 2 months ago
JSON representation
Multiple record selection component.
- Host: GitHub
- URL: https://github.com/mateusmirandaalmeida/ng-ui-multi-select
- Owner: mateusmirandaalmeida
- Created: 2017-06-16T20:42:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T16:29:57.000Z (over 7 years ago)
- Last Synced: 2025-03-01T03:21:41.361Z (3 months ago)
- Topics: angular, angular-multi-select, angularjs, multi, multi-select, select, select-multiple
- Language: HTML
- Homepage: https://mateusmirandaalmeida.github.io/ng-ui-multi-select/index.html
- Size: 205 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ng-ui-multi-select
Github : https://github.com/mateusmirandaalmeida/ng-ui-multi-select
Documentação e Exemplo : https://mateusmirandaalmeida.github.io/ng-ui-multi-select/index.html# Development
Usamos o git flow, se quiser entender como ele funciona, acesse: https://danielkummer.github.io/git-flow-cheatsheet/index.pt_BR.html1 - Primeiro instale as dependências com **npm install**
2 - Depois, execute o comando **npm run dev** e entre em http://localhost:1111/
3 - Crie seu **pull request** e espere até aceitarmos.