ngTooltips is for situations when developers need a tooltip system for their Angular projects, but don't want to adapt a jQuery or MooTools plugin to fit in with the strict (weird) AngularJS syntax.This directive can be loaded with any Angular project and...

read more
ngSwitch

ngSwitch 1.0

ngSwitch doesn't work on top of checkbox or radio buttons like similar jQuery solutions do, but is entirely JS&HTML-driven.This open source Angular directive is easy to deploy with any form and grants developers access to a few customization options.They...

read more

ngPercentDisplay works via AngularJS, jQuery, and the HTML5 canvas utility, creating circle-based progress indicators.These are not fully-functional preloaders, but with a little bit of JavaScript magic they can certainly be turned into them.Developers...

read more
ngRatings

ngRatings 1.0

ngRatings is a classic star rating system that can be added to your Web projects.Developers have the ability to control the number of stars in each rating box, initial ratings passed at page load, and if to block user access to the rating system, using...

ngCanvasGauge simplifies the process of creating and the displaying a barometer-like graphic on a Web page.These types of progress indicators are also known as gauges, and ngCanvasGauge uses HTML5's canvas utility to render them at various sizes and with...

read more

ngSimpleDatePick works out of the box for any AngularJS-powered form, allowing developers to easily add it to an input field and have it work right away.Min and max date values are supported, limiting the user's date selection to only a specific time...

ngChoice

ngChoice 1.0

ngChoice gives developers the option of customizing their dropdown select lists with extra options, transforming this bland form element into an interactive, fully-customizable, beautiful UI component.The ngChoice Angular directive allows them to change...