Skip to content

Commit

Permalink
use ng-attr-placeholder, workaround for angular/angular.js#5025
Browse files Browse the repository at this point in the history
  • Loading branch information
dagognatt committed Jan 23, 2017
1 parent 3d33cb3 commit 3a27d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/directives/message-composer/message-composer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form name="composeForm">
<textarea placeholder="{{mc.composerPlaceholderText || 'Write your message here.'}}"
<textarea ng-attr-placeholder="{{mc.composerPlaceholderText || 'Write your message here.'}}"
ng-model="mc.rawmessage"
name="message"
vo-key-up
Expand Down

0 comments on commit 3a27d58

Please sign in to comment.