blob: 845e73dae4a6e6f4110a653ad7871c4fc4e3582b [file] [log] [blame]
angular.module('bmcApp').controller('fwupdateconfirmController', [
'$scope', '$stateParams',function($scope, $stateParams) {
$scope.filename = $stateParams.filename;
}
]);