We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 253f06d + ef5cd0b commit 5c908dcCopy full SHA for 5c908dc
course-02/exercises/udacity-c2-frontend/src/app/app.component.html
@@ -1,6 +1,6 @@
1
<ion-app>
2
- <ion-split-pane when="false">
3
- <ion-menu>
+ <ion-split-pane when="false" contentId="main">
+ <ion-menu contentId="main">
4
<ion-header>
5
<ion-toolbar>
6
<ion-title>Menu</ion-title>
@@ -20,13 +20,9 @@
20
</ion-content>
21
</ion-menu>
22
23
-
24
- <ion-content main>
+ <ion-content id="main">
25
<app-menubar></app-menubar>
26
<ion-router-outlet style="margin-top: 56px;"></ion-router-outlet>
27
28
29
30
31
</ion-split-pane>
32
</ion-app>
0 commit comments