Here are useful re-usable Angular components that I made on the side.
[Ng-Boilerplate] (https://github.com/ngbp/ngbp) project of bundling all relevant code together
- ordinalDate : Built-in date filter, with English ordinal suffix to the day.
- startsWith : A filter for string manipulation using 'startsWith' concept
- Disqus : Embed a Disqus comments widget in your app
- tagbox : A Twitter-style tag suggestion and auto-complete directive that can be added to any text input or textarea.
- uiBreadcrumbs : Auto-generated breadcrumbs for angular-ui-router using nested views.
- pagination : Magical automatic pagination for anything.
- terminalType : Terminal-like typing effect for DOM nodes containing text.
- noise : A simple 1D interpolated noise generator.