aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorMisko Hevery2011-04-18 16:33:30 -0700
committerMisko Hevery2011-06-08 15:21:31 -0700
commit8cad231bd219eddd518de8b8bd040d3f12f08d17 (patch)
tree75016fa6de683a877916f45a0fd06b1d0f312231 /test/testabilityPatch.js
parent0e17ade959cc77369dc102d180e43be2af68505a (diff)
downloadangular.js-8cad231bd219eddd518de8b8bd040d3f12f08d17.tar.bz2
Refactor injector to have invoke method for speed reasons
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index 4545f937..0776f620 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -156,6 +156,7 @@ function dealoc(obj) {
}
extend(angular, {
+ 'annotate': annotate,
'element': jqLite,
'compile': compile,
'scope': createScope,
@@ -168,6 +169,7 @@ extend(angular, {
'toJson': toJson,
'fromJson': fromJson,
'identity':identity,
+ 'injector': createInjector,
'isUndefined': isUndefined,
'isDefined': isDefined,
'isString': isString,