aboutsummaryrefslogtreecommitdiffstats
path: root/src/Injector.js
diff options
context:
space:
mode:
authorMisko Hevery2011-01-19 15:42:11 -0800
committerMisko Hevery2011-01-24 14:23:51 -0800
commitc2f2587a79aeb77aad66f081cf924a79348a698e (patch)
tree8f5aa4cc6e7189befb834388b2102d1eda88a975 /src/Injector.js
parent5d0d34ae72a9ca47f1b2dabda60711ad16ee9313 (diff)
downloadangular.js-c2f2587a79aeb77aad66f081cf924a79348a698e.tar.bz2
fixed example rendering, add tests for it.
Diffstat (limited to 'src/Injector.js')
-rw-r--r--src/Injector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Injector.js b/src/Injector.js
index cd9438e7..c7ee6f82 100644
--- a/src/Injector.js
+++ b/src/Injector.js
@@ -31,7 +31,7 @@ function createInjector(providerScope, providers, cache) {
* array of keys: returns an array of instances.
* function: look at $inject property of function to determine instances
* and then call the function with instances and `scope`. Any
- * additional arguments (`args`) are appended to the function
+ * additional arguments (`args`) are appended to the function
* arguments.
* object: initialize eager providers and publish them the ones with publish here.
* none: same as object but use providerScope as place to publish.