https://github.com/scbd/scbd-angularjs-services
A collection of services used in SCBD AngularJS projects
https://github.com/scbd/scbd-angularjs-services
Last synced: 2 months ago
JSON representation
A collection of services used in SCBD AngularJS projects
- Host: GitHub
- URL: https://github.com/scbd/scbd-angularjs-services
- Owner: scbd
- Created: 2015-05-29T13:32:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T00:15:28.000Z (over 9 years ago)
- Last Synced: 2026-03-25T13:49:59.281Z (4 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scbd-angularjs-services
A collection of services used in SCBD AngularJS projects
Assumption, the consuming app is using RequireJS, AngularJS with RequireJS config as below
packages: [
{ name: 'scbd-angularjs-services', location : '../libs/scbd-angularjs-services' }
]