1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-21 13:23:04 +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 -1
View File
@@ -20,7 +20,7 @@ var unreadCountNotifStep = 12;
var lastUnreadCountAllConv = 0;
var originalTitle = document.title;
var app = angular.module('OcSms', ['OC']);
var app = angular.module('OcSms', []);
app.controller('OcSmsController', ['$scope',
function ($scope) {