We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9cdb86 + 0e97625 commit d2ced6bCopy full SHA for d2ced6b
src/resolve.js
@@ -129,7 +129,7 @@ function $Resolve( $q, $injector) {
129
}
130
// Wait for any parameter that we have a promise for (either from parent or from this
131
// resolve; in that case study() will have made sure it's ordered before us in the plan).
132
- params.forEach(function (dep) {
+ forEach(params, function (dep) {
133
if (promises.hasOwnProperty(dep) && !locals.hasOwnProperty(dep)) {
134
waitParams++;
135
promises[dep].then(function (result) {
0 commit comments