aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
diff options
context:
space:
mode:
authorVojta Jina2011-08-16 21:24:53 +0200
committerIgor Minar2011-11-30 11:12:14 -0500
commitcd28a2e952efbc2f76ff86b6b7d21fd5e41cec65 (patch)
treea2fd87414cf37838b646550f2aff1dfabf61db63 /angularFiles.js
parent59adadca086853c5de6867ae853f6f27a3af4bbe (diff)
downloadangular.js-cd28a2e952efbc2f76ff86b6b7d21fd5e41cec65.tar.bz2
feat(mocks.$httpBackend): add $httpBackend mock
$httpBackend mock allows: - expecting (asserting) requests - stubbing (responding without asserting) Add empty $httpBackend service (currently just wrapper for $browser.xhr)
Diffstat (limited to 'angularFiles.js')
-rw-r--r--angularFiles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/angularFiles.js b/angularFiles.js
index 6871c2a4..a67aa6cc 100644
--- a/angularFiles.js
+++ b/angularFiles.js
@@ -33,6 +33,7 @@ angularFiles = {
'src/service/sniffer.js',
'src/service/window.js',
'src/service/http.js',
+ 'src/service/httpBackend.js',
'src/service/locale.js',
'src/directives.js',
'src/markups.js',