Is it possible to use the $http service directly from jasmine specs? What I'm after is a simple web page to run integration tests; each test invokes a REST-ish back-end. I suppose I could fall back on $.ajax but I'd rather use the angular $http (or maybe $resource or even restangular).
Jasmine comes with a simple test runner page and it would allow me to write plain tests in jasmine BDD style. How might I get a working $http service instance to use in my plain jasmine specs? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
