Merge pull request #344 from whiteout-io/dev/WO-982

[WO-982] Add placeholder to writer
This commit is contained in:
Tankred Hase 2015-05-13 11:46:26 +02:00
commit f287c4cddf
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
</ul> </ul>
</header> </header>
<textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3"></textarea> <textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3" placeholder="Compose email"></textarea>
</div><!--/write--> </div><!--/write-->
<footer class="lightbox__controls"> <footer class="lightbox__controls">