Skip to content
Snippets Groups Projects
Commit d6e74b7c authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] error on transfer URL

parent 0c3bd4d1
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ function TransferController($scope, $controller, UIUtils, csWot) { ...@@ -48,7 +48,7 @@ function TransferController($scope, $controller, UIUtils, csWot) {
'ngInject'; 'ngInject';
// Initialize the super class and extend it. // 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) { $scope.enter = function(e, state) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment