This provides common angular filters used in DevTRW projects.
- Install the source files using bower:
bower install angular-devtrw-filters
- Include either source file in
dist/
, they are both the same.
Note: Both files have the same content however one has a hash of the file appended to
the filename and will change with each version. The revisioned filename is referenced in
the main
section of the contained bower.json
for use with automated build tools.
3. Include the dtrw.filters
module (or the specific filter module needed) in your Angular app
Use the filters like you would use any other angualr filter. See the Angular Filter Docs for more information.
See the included LICENSE file.