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

Fix angular ng-app load

This commit is contained in:
Loic Blot
2015-01-09 16:29:44 +00:00
parent 0b227c64f1
commit 8b7aa4962c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use \OCA\OcSms\Lib\CountryCodes;
\OCP\Util::addStyle('ocsms', 'style');
?>
<div class="ng-scope" id="app">
<div class="ng-scope" id="app" ng-app="OcSms">
<div id="app-mailbox-peers">
<ul>
<li><div id="ocsms-empty-peers">There isn't any conversation</div></li>