Skip to content

Commit a4cab7d

Browse files
committed
Add
1 parent 5ba793a commit a4cab7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/viewDirective.js

+2
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ function $ViewDirectiveFill ( $compile, $controller, $state, $interpolate
331331
$element.children().data('$ngControllerController', controller);
332332
}
333333

334+
scope['$resolve'] = locals;
335+
334336
link(scope);
335337
};
336338
}

0 commit comments

Comments
 (0)