Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 82ccf3e

Browse files
authored
fix(oui-slideshow): fix removed attribute theme
Fix for #368
1 parent 5bde1d7 commit 82ccf3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/oui-slideshow/src/slideshow.component.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ export default {
66
controller,
77
transclude: true,
88
bindings: {
9-
onDismiss: "&",
9+
theme: "@?",
1010
loading: "<?",
1111
loop: "<?",
12+
onDismiss: "&",
1213
onPanelChange: "&"
1314
}
1415
};

0 commit comments

Comments
 (0)