-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Trying to use the new md-tab-nav-bar like this:
<nav md-tab-nav-bar>
<a md-tab-link routerLink="/admin/management" routerLinkActive #rla="routerLinkActive" [active]="rla.isActive">Management</a>
</nav>
but get an error
TypeError: Cannot read property 'some' of undefined
Seems like this way should work after commit: angular/angular@c9f58cf
genereux, nayfin, paladinu, skined90, antonmoiseev and 4 more
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent