You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the use-case or motivation for changing an existing behavior?
Clarification of code or to minimize ambiguity.
Which versions of AngularJS, Material, OS, and browsers are affected?
AngularJS: all
AngularJS Material: v1.1.10
OS: any
Browsers: any
Is there anything else we should know? Stack Traces, Screenshots, etc.
Not applicable
The variable "elements" as written "elements = getElements()," in the MdTabsController is no longer needed. That is, it is defined, initialized and updated in the MdTabsController controller, but is no longer used because each subroutine function calls its own "elements" variable anyway. Looks to be leftover code, but of coarse, that is for you guys to decide. This is just a heads up that there is a confusing use of "elements" here, nothing more.