1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Add various int parsing for AngularJS

Begin some work for #137
This commit is contained in:
Loic Blot
2016-12-15 21:34:11 +01:00
parent 588cecafa9
commit 4606fd1d39
2 changed files with 45 additions and 14 deletions
+2 -2
View File
@@ -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>