Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
752 views

Angular 1.x Testing with Jasmine: Compiling a template not working to verify data output in template

I am trying to unit test an html template that has variables in paragraph, anchor tags, and {{header.title || translate}} however no matter what posts I have tried it does not seem to work. I get the ...
L1ghtk3ira's user avatar
  • 3,199
6 votes
3 answers
4k views

angularJS $stateProvider : How to unit test different views in UI-Router?

How can I unit test different views for the below scenario .state('app.sr.product.upload', { name: 'upload', url: '/upload', data: { tags: [], ...
shreyansh's user avatar
  • 1,687