diff --git a/www/js/controllers/transfer-controllers.js b/www/js/controllers/transfer-controllers.js index a8600d7c1cf77a9a65e95e07cddb9be95cf2d726..c16b68b4d8c3aa48b9ca683295a521b5ed0aa863 100644 --- a/www/js/controllers/transfer-controllers.js +++ b/www/js/controllers/transfer-controllers.js @@ -48,7 +48,7 @@ function TransferController($scope, $controller, UIUtils, csWot) { 'ngInject'; // Initialize the super class and extend it. - angular.extend(this, $controller('TransferModalCtrl', {$scope: $scope})); + angular.extend(this, $controller('TransferModalCtrl', {$scope: $scope, parameters: {}})); $scope.enter = function(e, state) {