1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-21 08:34:59 -05:00

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

View File

@ -72,7 +72,7 @@
</ul>
</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-->
<footer class="lightbox__controls">