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 has been archived by the owner on Nov 4, 2023. It is now read-only.
Actions for tiles that defined inside popup that called as secondaryAction - are not working.
When i’ve redefined secondaryAction for tile and call this.$scope.openPopup - tiles inside popup not clickable(action - doesn't work), but if you add lights with (+/-) - actions for those buttons work.
We've overlooked the fact that user can pass a newly created tile object
to $scope.showPopup() in which case the tile defaults were not merged.
Explicitly merge defaults from the showPopup() call but avoid doing it
multiple times for tiles that have already had defaults merged by
checking a special cache key.
Fixes#553
#555)
We've overlooked the fact that user can pass a newly created tile object
to $scope.showPopup() in which case the tile defaults were not merged.
Explicitly merge defaults from the showPopup() call but avoid doing it
multiple times for tiles that have already had defaults merged by
checking a special cache key.
Fixes#553
Actions for tiles that defined inside popup that called as
secondaryAction
- are not working.When i’ve redefined
secondaryAction
for tile and callthis.$scope.openPopup
- tiles inside popup not clickable(action - doesn't work), but if you add lights with (+/-) - actions for those buttons work.Sample code:
but if you add
action
to second tileKitchen1
- it works as expected.looks like #551 not fixed issue completely.
@rchl can you please check
The text was updated successfully, but these errors were encountered: