Releases: ghiden/angucomplete-alt
Releases · ghiden/angucomplete-alt
Use promises instead of success/catch
Support Japanese IME
Bug fixes
Update the package file and contribution instructions
Update the package file and contribution instructions. Thanks to @loren138
Pass data variable to select function
Pass local-data to local search function and pass text-searching and text-no-results with @
Changes:
- passing local-data to local search function. This will make the function easier to test as it does not depend on a scope variable. Thanks to @JohanYe
- passing text-searching and text-no-results with @ instead of manually retrieving from attributes. This will let you run dynamic filter with double curly expressions. Thanks to @JaZo and @glaggia-larus
Custom search, tab index, and move "use strict" to inside of module
New Features:
- Custom search
- Add tab index. Thanks to @fkeusch
Misc:
- Move "use strict" to inside of module. Thanks to @thetrevdev
New feature: Adding parseInput function parameter
Bug fix: $resource is not working
Bug fix:
- #296 httpSuccessCallbackGen with remoteApi that returns a resource promise doesn't work
Bug fix: Error when using multi-step-container
Bug fix:
- Remove $destroy block that checks required field. It was needed to work with angular 1.2. but not anymore.
Misc:
- Update readme to describe that input-name is required when field-required is used.