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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user