diff options
| author | Misko Hevery | 2011-04-18 16:33:30 -0700 |
|---|---|---|
| committer | Misko Hevery | 2011-06-08 15:21:31 -0700 |
| commit | 8cad231bd219eddd518de8b8bd040d3f12f08d17 (patch) | |
| tree | 75016fa6de683a877916f45a0fd06b1d0f312231 /test/testabilityPatch.js | |
| parent | 0e17ade959cc77369dc102d180e43be2af68505a (diff) | |
| download | angular.js-8cad231bd219eddd518de8b8bd040d3f12f08d17.tar.bz2 | |
Refactor injector to have invoke method for speed reasons
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, |
