Releases: mbenford/ngTagsInput
Releases · mbenford/ngTagsInput
2.0.0
See the CHANGELOG file for details on this release.
1.1.1
See the CHANGELOG file for details on this release.
1.1.0
See the CHANGELOG file for details on this release.
1.0.1
See the CHANGELOG file for details on this release.
1.0.0
See the CHANGELOG file for details on this release.
0.1.5
- Renamed autocomplete directive as auto-complete so it doesn't conflict with
<input>
's autocomplete attribute;
- Changed 'restrict' property of both tags-input and auto-complete directives to 'E'.
0.1.4
- Added basic autocomplete support
- Added onTagAdded and onTagRemoved callbacks
0.1.3
Added support for one-time string interpolation to all configuration options
0.1.2
Fixed the CSS classes so the directive gets rendered consistently across different browsers.