Angular-Addons icon indicating copy to clipboard operation
Angular-Addons copied to clipboard

Some custom filters, widgets and directives for angular

This are some angular widgets, filters and directrives i use in my projects.

widget.chosen.js

chosen is a great enhancement for the good old select html element. This widget is a wrapper for it.

Dependencies:

filter.i18n.js

Based on a simple approach to translate strings in an javascript application, this filter gives you all you need.

Dependencies:

directive.datepicker.js

A directive for simple usage of jQueryUI's datepicker. Creates a new date object for use in controller too.

Dependencies:

  • filter.i18n.js
  • jQueryUI Datepicker

directive.autocomplete.js

A simple directive for jQueryUI Autocomplete. Default functionality only, not yet configurable (will be done on demand).

Dependencies:

  • jQueryUI Autocomplete