X Tutup
Skip to content

Commit 6240245

Browse files
committed
fix(playground): fix the inbox example
1 parent 5948aba commit 6240245

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/playground/src/routing/drafts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div ng-if="ready">
1+
<div>
22
<h2 class="page-title">Drafts</h2>
33

44
<ol class="inbox-list">

modules/playground/src/routing/inbox-detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div ng-if="ready">
1+
<div>
22
<h2 class="page-title">{{ record.subject }}</h2>
33

44
<ul>

modules/playground/src/routing/inbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div ng-if="ready">
1+
<div>
22
<h2 class="page-title">Inbox</h2>
33

44
<ol class="inbox-list">

0 commit comments

Comments
 (0)
X Tutup