(js) Allow mail filters to be sortable

Added dependency to https://github.com/RubaXa/Sortable
This commit is contained in:
Francis Lachapelle
2016-02-09 15:57:51 -05:00
parent 3e76de1e6e
commit 2380890428
6 changed files with 34 additions and 7 deletions
@@ -4,7 +4,7 @@
(function() {
'use strict';
angular.module('SOGo.PreferencesUI', ['ui.router', 'ck', 'SOGo.Common', 'SOGo.MailerUI', 'SOGo.ContactsUI', 'SOGo.Authentication'])
angular.module('SOGo.PreferencesUI', ['ui.router', 'ck', 'SOGo.Common', 'SOGo.MailerUI', 'SOGo.ContactsUI', 'SOGo.Authentication', 'ng-sortable'])
.config(configure)
.run(runBlock);