All Questions
Tagged with angular-templatecache unit-testing
2 questions
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 ...
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: [],
...