You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(spinner) Added spinner on refresh and select2 (angular-ui#1779)
* Added the select2 spinner on updating
* Added bootstrap refreshicon
* changed func. and added tests
* docs(README): fix angular-sanitize typo
"i" was missing in the name of "Angular-Sanitze"
* feat(selectize): add support for multiple selection
Closesangular-ui#295, closesangular-ui#1787
* Fix: Quotation mark error
* Update CHANGELOG.md (angular-ui#1816)
fix 0.17.0 version in changelog
* fix: ensure aria-activedescendant is correct
This is a fix for a severe error found using the Google Accessibility Developer Tool audit:
ARIA attributes which refer to other elements by ID should refer to elements which exist in the DOM.
* fix: only apply listbox role when open
This is a fix for a severe error found using the Google Accessibility Developer Tool audit:
Elements with ARIA roles must ensure required owned elements are present
* fix(bootstrap): add search role
This is a fix for a severe error found using the Google Accessibility Developer Tool audit:
Elements with ARIA roles must ensure required owned elements are present
* feature(touch): set clickTriggeredSelect to true for touchend events
Setting clickTriggeredSelect to true for "touchend" events fixes an issue I've encoutered when using this property in a search box (using ui-select-match and ui-select-choices), where we couldn't distinguish typing from clicking on an autocomplete result on mobile devices.
* Added the select2 spinner on updating
* Added bootstrap refreshicon
* changed func. and added tests
* Fix: Quotation mark error
// See https://github.com/angular-ui/bootstrap/blob/0.10.0/src/typeahead/typeahead.js#L155
298
300
// FYI AngularStrap typeahead does not have debouncing: https://github.com/mgcrea/angular-strap/blob/v2.0.0-rc.4/src/typeahead/typeahead.js#L177
0 commit comments