TypeError: Cannot read property 'focus' of undefined in MdTabsController.redirectFocus #6776
Description
I'm having some focus issues with my application, but when it does go wrong, I get this:
TypeError: Cannot read property 'focus' of undefined
at MdTabsController.redirectFocus (http://localhost:3000/jspm_packages/github/angular/[email protected]/angular-material.js:23818:45)
at fn (eval at (unknown source), :4:295)
at callback (http://localhost:3000/jspm_packages/github/angular/[email protected]/angular.js:24278:17)
at Scope.$eval (http://localhost:3000/jspm_packages/github/angular/[email protected]/angular.js:16554:28)
at Scope.$apply (http://localhost:3000/jspm_packages/github/angular/[email protected]/angular.js:16654:25)
at HTMLElement. (http://localhost:3000/jspm_packages/github/angular/[email protected]/angular.js:24283:23)
at defaultHandlerWrapper (http://localhost:3000/jspm_packages/github/angular/[email protected]/angular.js:3471:11)
at HTMLElement.eventHandler (http://localhost:3000/jspm_packages/github/angular/[email protected]/angular.js:3459:9)