Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelbromley/angularUtils
A place where I will collect useful re-usable Angular components that I make
https://github.com/michaelbromley/angularUtils
Last synced: 10 days ago
JSON representation
A place where I will collect useful re-usable Angular components that I make
- Host: GitHub
- URL: https://github.com/michaelbromley/angularUtils
- Owner: michaelbromley
- License: mit
- Created: 2014-01-19T16:47:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T14:52:30.000Z (over 5 years ago)
- Last Synced: 2024-10-29T15:03:18.115Z (12 days ago)
- Language: JavaScript
- Size: 850 KB
- Stars: 1,999
- Watchers: 90
- Forks: 858
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Angular Utilities
### No longer maintained
(20/04/2017) - I am no longer actively maintaining this project. I no longer use AngularJS in my own projects and do not have the time to dedicate to maintiaining this project as well as my other active open source projects. Thank you for your understanding.---
I am working on a large-scale AngularJS-based project and I'll be extracting
any useful re-usable components that I make and putting them here.I'm following the convention of the [Ng-Boilerplate] (https://github.com/ngbp/ngbp) project of bundling
all relevant code together, so that you should be able to simply copy the
directory of the component you want to use, and it will include unit tests
and any other dependencies.This code is made available under the MIT license, so feel free to use any of these is your projects. If you find any of them useful I'd be happy to get feedback!
## Index of Utilities
### Filters
- [**ordinalDate**](https://github.com/michaelbromley/angularUtils/tree/master/src/filters/ordinalDate) : Works like the built-in date filter, but will add the English ordinal suffix to the day.
- [**startsWith**](https://github.com/michaelbromley/angularUtils/tree/master/src/filters/startsWith) : Filter for strings which *start with* the search string.### Directives
- [**Disqus**](https://github.com/michaelbromley/angularUtils/tree/master/src/directives/disqus) : Embed a Disqus comments widget in your app
- [**tagbox**](https://github.com/michaelbromley/angularUtils/tree/master/src/directives/tagbox) : A Twitter-style tag suggestion and auto-complete directive that can be added to any text input or textarea.
- [**uiBreadcrumbs**](https://github.com/michaelbromley/angularUtils/tree/master/src/directives/uiBreadcrumbs) : Auto-generated breadcrumbs for angular-ui-router using nested views.
- [**pagination**](https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination) : Magical automatic pagination for anything.
- [**terminalType**](https://github.com/michaelbromley/angularUtils/tree/master/src/directives/terminalType) : Terminal-like typing effect for DOM nodes containing text.### Services
- [**noise**](https://github.com/michaelbromley/angularUtils/tree/master/src/services/noise) : A simple 1D interpolated noise generator.
## License
MIT