Releases: ghiden/angucomplete-alt
Releases · ghiden/angucomplete-alt
Update Input Field
Disable/Enable Input
New Feature:
- Disable/Enable input field
Misc:
- Update example page with anchors
Bug fixes
Focus In/Out
New Feature:
- Focus in/out
Misc:
- Fix typo in readme
Auto Match
New Feature:
- Auto match
Bug fixes: no results found not disappearing
Bug fixes: minlength
Bug fixes:
- results are not cleared once the input string length becomes less than minlength
Misc:
- update contributors and add contributing doc
- clean up old code
Bug fixes
Input changed callback and bug fix
New feature:
- Input changed callback
Bug fix:
- reset selectedObject after input changes
Misc:
- restructure example directory
Error callback and bug fix
Feature:
- Error callback for $http.get
Bug fix:
- When used inside a directive with isolate scope, remote-url-response-formatter became undefined. The formatter function was bound immediately in the link function but now it is evaluated when it gets called.
Misc:
- Update remote API example to use Github Search API.