Event handlers not triggering in unit tests
When event handlers are not triggering in AngularJS unit tests, it’s usually due to a mismatch between how the test is simulating events and how Angular binds to them. This….
When event handlers are not triggering in AngularJS unit tests, it’s usually due to a mismatch between how the test is simulating events and how Angular binds to them. This….