Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1r0s/angular-modelapi
simple angular module with restapi utils
https://github.com/k1r0s/angular-modelapi
Last synced: 10 days ago
JSON representation
simple angular module with restapi utils
- Host: GitHub
- URL: https://github.com/k1r0s/angular-modelapi
- Owner: k1r0s
- Created: 2015-10-09T20:55:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T11:33:56.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T02:13:58.033Z (24 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# angular-modelapi
simple angular module with restapi utils>This source shows a simple angularjs application
>which uses several modules to connect with an restAPI
>to perform CRUD operations.| File | type | purpose |
| :------------ | :----------- | :----------- |
| /app.js | node app | serve single html file, also serve api request |
| /dbtest | sqlite3 db | contains all data |
| /public/app.html | html file (main) | simple html file but with some ng directives |
| /public/ng/* | angular files | this directory contains ng framework |
| /public/js/app.js | angular app | contains all the app logic, angular code |
| /public/js/...-modelapi.js | angular module | contains app dependencies |------------