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

Migrate to AngularJS 1.6

This commit is contained in:
Loic Blot
2016-12-15 23:41:53 +01:00
parent 6527fe2d90
commit 82d72907da
2 changed files with 326 additions and 294 deletions
+1
View File
@@ -292,6 +292,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
if (query != $scope.lastSearch) {
}
};
OC.Plugins.register('OCA.Search', {
attach: function(search) {
search.setFilter('sms', $scope.filterSms);