Actual Behavior:
What is the issue? *What is the expected behavior?CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:Details:Angular Versions: *
Angular Version: 1.5.5Angular Material Version: 1.1.0Additional Information:
Browser Type: * ChromeBrowser Version: * 52OS: * UbuntuStack Traces:Facing exact same issue when using ui-router and md-nav-sref.
This is the error message I get.
TypeError: Cannot read property 'getName' of undefined
at angular-material.min.js:10
at o._findTab (angular-material.min.js:10)
at o._getTabByName (angular-material.min.js:10)
at o._updateTabs (angular-material.min.js:10)
at angular-material.min.js:10
at angular.js:19612
at e (angular.js:5964)
at angular.js:6243
P.S: Adding the error message so that other can find this issue by error message.
This should be resolved when #9071 lands.
@Splaktar I tested the codepen above with version 1.1.2 and 1.1.6 and it looks for me that #9071 fixed it. So I would suggest closing it and reassign milestone 1.1.2 since it was fixed there.
@IMM0rtalis thank you!
Most helpful comment
Facing exact same issue when using ui-router and
md-nav-sref.This is the error message I get.
P.S: Adding the error message so that other can find this issue by error message.