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

Tag 1.4.2: use Angular.js 1.1.5 instead of 1.2, it doesn't work properly with ocsms yet

This commit is contained in:
Loic Blot
2015-01-26 15:04:20 +00:00
parent 89f35bbbbe
commit c3b55fbde9
3 changed files with 176 additions and 216 deletions
-1
View File
@@ -2,7 +2,6 @@
use \OCA\OcSms\Lib\CountryCodes;
\OCP\Util::addScript('ocsms', 'angular/angular.min');
\OCP\Util::addScript('appframework', 'public/app');
\OCP\Util::addScript('ocsms', 'public/app');
\OCP\Util::addStyle('ocsms', 'style');
?>