1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-21 13:23:04 +00:00

Remove one angular controller, we need to understand multiple controller problems

This commit is contained in:
Loic Blot
2015-01-09 19:37:16 +00:00
parent 84db79a300
commit 642f78e859
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use \OCA\OcSms\Lib\CountryCodes;
<div class="ng-scope" id="app" ng-app="OcSms">
<div id="app-mailbox-peers">
<ul ng-controller="ContactsController">
<ul>
<li><div id="ocsms-empty-peers">There isn't any conversation</div></li>
</ul>
</div>