-
Notifications
You must be signed in to change notification settings - Fork 1.8k
ui-select breaks with angular js v1.3.0 #85
Comments
+1 |
+1 also broke our app out of nowhere On Tuesday, June 17, 2014, Florian LAMACHE [email protected] wrote:
|
Seeing the same behaviour with 1.2.18 also. Works fine up to and including 1.2.17. I suspect its the changes to transclusion (also mentioned here: #80 ) |
+1 |
"Seeing the same behaviour with 1.2.18 also. Works fine up to and including 1.2.17. I suspect its the changes to transclusion (also mentioned here: #80 )" +1 Works fine with 1.2.18 in examples , but not work in my project. It is good with 1.2.17 . |
Have you figured out what is the problem? It seems to happen inside the repeat. It could have something to do about the ng-bind-html and ngSanitazer. |
+1 |
1 similar comment
👍 |
This issue has also hit us, it took quite a while to figure out what was happening. I'm still debugging, haven't found the cause for this. Appears to be that repeat variable is not resolved inside the choices. Here's a plunkr showing the issue http://plnkr.co/edit/Gg7CZpHyVFl7IJxEnk37?p=preview You can see that scope function gets called but the item is undefined. Check the log. |
👍 I think it is the critical bug. Is there any ideas how to fix it? |
+1 this is a pretty big issue. |
Angular fixed some long-standings bugs with nested transclusion where transcluded parts did not retain the parent scope, but became part of the isolate scope instead. It hits ng-repeat, ng-if etc. as they all use transclusion. |
Maybe we shouldn't use ngtransclude anymore but some other way to include or inject the template for the repeat Related to |
+1 |
Resolved with #91 |
Agreed, not fixed. |
Still have problem i'am looking for alternatives.... |
I recommend http://brianreavis.github.io/selectize.js/ |
now i'm having all sorts of issues with this library and 1.3.11. Tagging no longer works :( |
We use ui-select via ajax load. UI Select works only every second ajax call.
|
If I change to below version, it does work: |
Hey guys, ran into the same thing in Angular 3.1.15 but I updated angular to 3.1.17 and it is working again. |
I was try 1.3.17 and it does not work for me |
1.2.3 error: with select2 theme http://plnkr.co/edit/c5GLHaitABkw2FHUwVcX?p=preview |
select breaks with angular js version 1.3
the above snapshot is for the basic example as in the demo plunkr
The text was updated successfully, but these errors were encountered: