Skip to content

Commit

Permalink
remove autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
matiastucci committed Aug 4, 2015
1 parent 800210c commit f89f10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tab-chats.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<form name="sendMessageForm" ng-submit="sendMessage(data.message)" novalidate>
<ion-footer-bar class="bar-stable item-input-inset message-footer" keyboard-attach>
<label class="item-input-wrapper">
<input id="msg-input" ng-change="updateTyping()" ng-model="data.message" class="input-message" type="text" placeholder="Message" autofocus>
<input id="msg-input" ng-change="updateTyping()" ng-model="data.message" class="input-message" type="text" placeholder="Message">
</label>
<div class="footer-btn-wrap">
<button class="button button-icon icon ion-ios-paperplane footer-btn" type="submit"
Expand Down

0 comments on commit f89f10e

Please sign in to comment.