Skip to content

Fix for model change detection and No Results not showing

Compare
Choose a tag to compare
@josephschmitt josephschmitt released this 23 Jan 16:55
· 52 commits to master since this release
Update ngModel's existing prototype instead of assuming Array (#28)

This allows better prototypal inheritance in cases where the prototype
of the ngModel was already custom.

Also fix: returning no suggestions to show is different from suggestions never having been loaded.