https://github.com/scbd/scbd-filters
collection of angular filters
https://github.com/scbd/scbd-filters
Last synced: 3 months ago
JSON representation
collection of angular filters
- Host: GitHub
- URL: https://github.com/scbd/scbd-filters
- Owner: scbd
- Created: 2016-02-22T19:49:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T16:52:46.000Z (over 10 years ago)
- Last Synced: 2025-02-18T02:08:20.199Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scbd-services
A collection of filters used in SCBD AngularJS projects
Assumption, the consuming app is using RequireJS, AngularJS with RequireJS config as below
packages: [
{ name: 'scbd-filters', location : '../libs/scbd-filtes' }
]