This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
<div ui-select-choices...> broken in angular v1.5.0 #1499
Labels
Comments
tangfang
added a commit
to tangfang/ui-select-1
that referenced
this issue
Mar 17, 2016
fix-angular-ui#1499-error
Which version of ui-select are you using? |
@user378230 0.15.0 version of ui-select |
Closed
This sounds like it might be a duplicate of the double compile problem. |
tangfang
added a commit
to tangfang/ui-select-1
that referenced
this issue
Mar 28, 2016
clear up comment //fix-angular-ui#1499-error.
Closing as resolved by #1555 as per #1580 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the 1.5.0 version of angular
<div ui-select-choices......></div>
is not supported.must use
<ui-select-choices......></ui-select-choices>
The text was updated successfully, but these errors were encountered: