Skip to content

AngularJS Multi Select

Compare
Choose a tag to compare
@isteven isteven released this 21 Feb 16:16
· 14 commits to master since this release

v3.0.0

Buggy, please don't use this release. Use version 2.0.2 or 4.0.0 instead

Added / Updated
  • Support for AngularJs version 1.3.x (v3.0.0 also supports AngularJs 1.2.x, but beware of the breaking changes)
  • Customized text on helper elements
  • 5 new callbacks
  • You can now set minimum characters required to trigger the search functionality
  • You can now define which input-model properties to search from (previously, all input-model properties are searched)
  • On close, parent button will now receive focus.
  • Using proper semantics (well at least better than previous version).
  • Limited support on promise objects.
  • Various small optimizations.
Deprecated / Breaking Changes
  • File name and the directive name have been changed. I am really sorry for this, but this is the only workaround to prevent wrong language statistic in Github (they don''t count files whose name starts with "angular"). The repository name stays the same.
  • output-model is now required.
  • input-model is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can re-use the input model where necessary.
  • default-label is deprecated. Custom text and translations can be done using the translation attribute.