BF: mFileInput dependency got lost somewhere and upload buttons did not work anymore

This commit is contained in:
Emmanuel ROHEE 2014-08-27 18:00:08 +02:00
parent f64887e15c
commit 234c50b834
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
'use strict';
angular.module('SettingsController', ['matrixService', 'mFileUpload'])
angular.module('SettingsController', ['matrixService', 'mFileUpload', 'mFileInput'])
.controller('SettingsController', ['$scope', 'matrixService', 'mFileUpload',
function($scope, matrixService, mFileUpload) {
$scope.config = matrixService.config();