All Questions
2 questions
1
vote
1
answer
280
views
AngularJS : How to test directive with many dependencies
I'm trying to test a directive since a few days and I can't find any good ways.
A bit of context : We are using Facebook to login and get a friends list at bootstrap. This list of friends is stored ...
0
votes
1
answer
271
views
Angular directive test not passing, but works in browser. Suspecting jqlite to be the culprit
I'm trying to test an Angular directive, and I'm not sure why my tests aren't passing. I'd really appreciate a few extra sets of eyes to help me get this figured out.
The directive under test is a ...