This are some angular widgets, filters and directrives i use in my projects.
chosen is a great enhancement for the good old select html element. This widget is a wrapper for it.
Dependencies:
- filter.i18n.js
- chosen
Based on a simple approach to translate strings in an javascript application, this filter gives you all you need.
Dependencies:
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
A simple directive for jQueryUI Autocomplete. Default functionality only, not yet configurable (will be done on demand).
Dependencies:
- jQueryUI Autocomplete