Fix:
- Fields with a
.
in theproperty
were no longer working as expected. This has been fixed.
Fix:
- Added bower.json to support older grunt builds fixes #66
Fix/Improvement:
- Improved ngModel property definition
Fix/Improvement:
- Fixed exposed setAttribute method so that it can be overridden. Thanks @flakey-bit #63
- Expose helper methods (CamelToTitle, CamelToDash, LabelText) Thanks @flakey-bit #63
Bugfixes:
- Enabled datePickerOptions pass-through #62 Thanks @jasonvooo
Bugfixes:
- Fixed specifying attribute values from directive options #53
Bugfixes:
- Remove
uib
prefix fromdatepickerOptions
and removeuib-showWeeks
.
Bugfixes:
- Missing
uib
prefix onpopover
atautofields-bootstrap.js
line 238
Breaking Changes:
- Updated to work with UI-Bootstrap v 1.1.1
Bugfixes:
- Directive options not changing classes (#37)