1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-22 05:43:07 +00:00

Conversation loading by using angular.js

This commit is contained in:
Loic Blot
2015-01-10 15:32:38 +00:00
parent c1f984b2de
commit fb8003faf2
2 changed files with 18 additions and 28 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use \OCA\OcSms\Lib\CountryCodes;
<ul>
<li ng-repeat="contact in contacts" peer-label="{{ contact.label }}">
<div class="ocsms-plavatar" style="background-image: url('{{ contact.avatar }}');"></div>
<a mailbox-label="{{ contact.label }}" mailbox-navigation="{{ contact.nav }}" ng-click="loadConversation();" href="#">{{ contact.label }}</a>
<a mailbox-label="{{ contact.label }}" mailbox-navigation="{{ contact.nav }}" ng-click="loadConversation(contact);" href="#">{{ contact.label }}</a>
</li>
</ul>
</div>