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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Some html preprocessors will transform
<ui-select multiple></ui-select>
into
<ui-select multiple="multiple"></ui-select>
which is currently not supported by angular-ui-select. This patch fixes the
issue.
0 commit comments