Closed destromas1 closed 8 years ago
@yoavaa Yes I saw the Test is failing after my change . Then I reverted my code and tried to run test but Test was failing then also . Can u plz check on the master branch that Test passes or fails ?
it is working in master. Just checked.
The reason it fails is because the equality function used to accept (a,b) and now accepts (scope,a,b). If the default quality will get (a,b,scope) instead of (scope,a,b) it will be backward compatible.
On Mon, May 2, 2016 at 10:04 AM Shahjada Talukdar notifications@github.com wrote:
@yoavaa https://github.com/yoavaa Yes I saw the Test is failing after my change . Then I reverted my code and tried to run test but Test was failing then also . Can u plz check on the master branch that Test passes or fails ?
— You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub https://github.com/wix/angular-tree-control/pull/215#issuecomment-216119732
@yoavaa I will make the changes and push!
@yoavaa Test passes now . Please merge ! Thanks!