Questions tagged [angularjs-1.2]

AngularJS V1.2 is the last version to provide IE 8 support. Use this tag for problems specific to this version.

AngularJS V1.2 is the last version to provide IE 8 support.

Resources

5 questions
3
votes
1 answer

How do I make a TestCafe test fail when angularjs throws an error?

When angularjs throws an error, it's caught in a try/catch and then an exception handler logs it as console.error. As a result, testcafe does not make a test fail whenever this happens, but we would like this to be considered a failing test. We…
Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356
0
votes
1 answer

Select tag is not working in Firefox browser when mouse click

I am having various Select tags in my application. In Firefox browser all other select tags in different pages were working fine but I am having the only issue with this page. When I try to change the option in select tag, it's not choosing. I am…
Dinesh
  • 411
  • 6
  • 19
0
votes
1 answer

AngularJS: How can I modify service in a document.onload?

I have a strange situation (you can read about the context here. I'm not sure that the answer to this question will answer the question in the link, hence two questions.), where I'd like to modify an AngularJS service after the framework has…
Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356
0
votes
1 answer

How to route using ngRoute (with Demo)

My code starts from here Routing Login Register