emansouri

Results 2 comments of emansouri

I figured out the problem: In my return statement, I needed to respect that the properties are observables: return left.name() == right.name() ? 0 : (left.name() < right.name() ? -1...

This is very helpful! Your strategy to copy the pushFromModel to new observable array instances and then to assign them to the object worked great.