Skip to content

Commit b441568

Browse files
williamjuan027NathanWalker
authored andcommitted
fix(apps): fix rootlayout page class name (NativeScript#9279)
1 parent cc592b6 commit b441568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/toolbox/src/pages/root-layout.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { EventData, Page, Observable, RootLayoutOptions, getRootLayout, StackLay
22

33
export function navigatingTo(args: EventData) {
44
const page = <Page>args.object;
5-
page.bindingContext = new BoxShadowModel();
5+
page.bindingContext = new RootLayoutModel();
66
}
77

8-
export class BoxShadowModel extends Observable {
8+
export class RootLayoutModel extends Observable {
99
popupViews: { view: View; options: RootLayoutOptions; extra?: any }[] = [
1010
{
1111
view: this.getPopup('#EA5936', 110, -30),

0 commit comments

Comments
 (0)