mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-21 21:32:59 +00:00
Prepare angular JS integration
This commit is contained in:
+3
-1
@@ -1,11 +1,13 @@
|
||||
<?php
|
||||
use \OCA\OcSms\Lib\CountryCodes;
|
||||
|
||||
\OCP\Util::addScript('ocsms', 'angular/angular.min');
|
||||
\OCP\Util::addScript('appframework', 'public/app');
|
||||
\OCP\Util::addScript('ocsms', 'script');
|
||||
\OCP\Util::addStyle('ocsms', 'style');
|
||||
?>
|
||||
|
||||
<div class="ng-scope" id="app" ng-app="OcSms">
|
||||
<div class="ng-scope" id="app">
|
||||
<div id="app-mailbox-peers">
|
||||
<ul>
|
||||
<li><div id="ocsms-empty-peers">There isn't any conversation</div></li>
|
||||
|
||||
Reference in New Issue
Block a user