-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Model Does Not Bind #531
Comments
#205 is also related. |
Here is a plunker I have posted to most of those related issues: http://plnkr.co/edit/VdC2ImYaQQJQPw1jsDUV?p=preview |
@brianfeister @amcdnl @dimirc please help solve this issue and review the linked PRs. This is a really annoying issue and it causes a lot of trouble in many situations. |
@brianfeister @amcdnl @dimirc any progress? |
@ilanbiala I've commented on the issue here: #540 (comment). Note that this Plunkr includes the proposed changes and doesn't fix the issue. If there were working code for a solution, I could help it along by getting it merged, but am not available to debug myself right now. |
hello @brianfeister this plunkr seems to fix the issue, and doesnt break any tests, change is in select.js line 944 |
Thanks @b3n0n! Will ship v.0.9.8 including this fix in a few minutes. |
Data model does not bind unless the repeat source object and the ng-model source object are retrieved from the same original data model. #405 fixes the issue, but needs to be merged. #410 is related/same and #420 could also be considered related.
The text was updated successfully, but these errors were encountered: