All Questions
1 question
0
votes
1
answer
24
views
Cant access Model (function) in Directive while unit testing
Unit testing a Directive which uses ngModel that has several function including getAll(). Model gets injected perfectly (when I output it, it shows the accessible getters/setters/etc). I pass it to ...