Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2016-12-15 23:34:11 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2016-12-15 23:34:11 +0300
commit4606fd1d39c5d0138c4362a78856f3c8bbda0c4b (patch)
tree3cbccadd9b377d99963802b1a169a6ea663c1e73 /templates
parent588cecafa937a2248cfbbaa87fbeffd367f6ce3e (diff)
Add various int parsing for AngularJS
Begin some work for #137
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index 9fb4950..834981c 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -42,7 +42,7 @@ use \OCA\OcSms\Lib\CountryCodes;
<select name="setting_contact_order" ng-model="setting_contactOrder" ng-change="setContactOrderSetting()">
<option value="lastmsg">Last message</option>
<option value="label">Label</option>
- </select>
+ </select>
<label for "setting_contact_order_reverse">Reverse ?</label>
<input type="checkbox" ng-model="setting_contactOrderReverse" ng-change="setContactOrderSetting()" />
</div>
@@ -74,7 +74,7 @@ use \OCA\OcSms\Lib\CountryCodes;
<div id="ocsms-contact-actions">
<div id="ocsms-conversation-removal" class="icon-delete svn delete action" ng-click="removeConversation();"></div>
</div>
-
+
</div>
<div id="app-content-wrapper" ng-show="!isConvLoading">
<div ng-show="messages.length == 0" id="ocsms-empty-conversation">Please choose a conversation on the left menu</div>