fix(playground): fix the inbox example

This commit is contained in:
vsavkin 2015-11-03 11:16:18 -08:00
parent 5948abab7a
commit 62402457a2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div ng-if="ready">
<div>
<h2 class="page-title">Drafts</h2>
<ol class="inbox-list">

View File

@ -1,4 +1,4 @@
<div ng-if="ready">
<div>
<h2 class="page-title">{{ record.subject }}</h2>
<ul>

View File

@ -1,4 +1,4 @@
<div ng-if="ready">
<div>
<h2 class="page-title">Inbox</h2>
<ol class="inbox-list">