See https://github.com/ui-router/quickstart-ng2/issues/10 The bug is from how we access the `UISref` in the `UISrefStatus`: by injecting it into the constructor here: https://github.com/angular-ui/ui-router/blob/master/src/ng2/directives/uiSrefStatus.ts#L58 We should probably be using the ContentChild feature to find the child UISref(s): https://angular.io/docs/ts/latest/api/core/index/ContentChild-var.html