Skip to content

Some custom filters, widgets and directives for angular

Notifications You must be signed in to change notification settings

hugojosefson/Angular-Addons

 
 

Repository files navigation

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

About

Some custom filters, widgets and directives for angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published