diff options
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 2 |
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, |
