1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

check new messages at load.

This fixes issue #107
This commit is contained in:
Loic Blot 2016-03-24 17:07:40 +01:00
parent faa3ec5575
commit 7fafcf01b4

View File

@ -429,6 +429,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
});
$scope.fetchInitialSettings();
$scope.initDesktopNotifies();
$scope.checkNewMessages();
});
}
]);