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.
fix(list): copy ng-show, ng-hide and ng-if to secondary item parent.
* Once a developer specifies a secondary item, which is not a button, but contains a `ng-click` on it, we automatically create a button, which holds the actual secondary item.
We copy all necessary attributes from the secondary item to the new generated button.
* Developers may have specified a ng-show, ng-hide, ng-if on the secondary item. But those attributes will stay on the secondary item, which is not correct.
Those attributes should be copied to the new generated button, because we want to hide the complete *secondary item*.
Fixes#8794.
Closes#8796
0 commit comments