Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Releases: ghiden/angucomplete-alt

Update Input Field

Choose a tag to compare

@ghiden ghiden released this 01 Oct 08:18

New feature:

  • Update input field as selection moves #42

Bug fixes:

  • Dotted notation #46
  • Double active selection #51

Disable/Enable Input

Choose a tag to compare

@ghiden ghiden released this 18 Sep 18:03

New Feature:

  • Disable/Enable input field

Misc:

  • Update example page with anchors

Bug fixes

Choose a tag to compare

@ghiden ghiden released this 15 Sep 10:24

Bug fixes:

Merci to @pauldijou

Focus In/Out

Choose a tag to compare

@ghiden ghiden released this 14 Sep 09:15

New Feature:

  • Focus in/out

Misc:

  • Fix typo in readme

Auto Match

Choose a tag to compare

@ghiden ghiden released this 08 Sep 20:15

New Feature:

  • Auto match

Bug fixes: no results found not disappearing

Choose a tag to compare

@ghiden ghiden released this 29 Aug 21:19

Bug fixes:

Misc:

  • Removed mangle option for uglify

Bug fixes: minlength

Choose a tag to compare

@ghiden ghiden released this 21 Aug 11:36

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

Choose a tag to compare

@ghiden ghiden released this 20 Aug 10:25

Bug fixes:

  • Form submission was prevented after a selection is made.
  • Initial value did not work properly.
  • Tab and override suggestions did not work properly.

Misc:

  • $http canceller added.

Input changed callback and bug fix

Choose a tag to compare

@ghiden ghiden released this 19 Aug 10:22

New feature:

  • Input changed callback

Bug fix:

  • reset selectedObject after input changes

Misc:

  • restructure example directory

Error callback and bug fix

Choose a tag to compare

@ghiden ghiden released this 18 Aug 10:01

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.