-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ part of angular.routing; | |
class NgViewDirective implements NgDetachAware, RouteProvider { | ||
static final Module _module = new Module() | ||
..factory(RouteProvider, | ||
(i) => i.get(RouteProvider), | ||
(i) => i.get(NgViewDirective), | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mhevery
Author
Contributor
|
||
visibility: NgDirective.CHILDREN_VISIBILITY); | ||
static module() => _module; | ||
|
||
|
I think this change is incorrect... it should probably be