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 has been archived by the owner on Apr 12, 2024. It is now read-only.
1st use case works as intended, but it is very confusing. When you do ng-repeat="selection in selections" then ng-model="selection" will bind the select to the selection property of the current scope. There are three scopes for the three items in the array, so you are binding them there, and hence not back to the original item.
2nd use cases is fixed and will be merged to master soon
Possibly related:
The text was updated successfully, but these errors were encountered: