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.
Since this commit in angularjs: angular/angular.js@a6339d3
$mdUtil.initOptionalProperties could not relay on presence of attr in $attrs to determinate "hasKey" variable value.
As for now, this causes invalid defaults, for example in mdTabs.
I'm working on a PR with updated initOptionalProperties.
Also I think it will be much safer (and more readable) to explicit provide defaults in all components.