mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
3 lines
121 B
JavaScript
3 lines
121 B
JavaScript
module.exports = function LayoutCtrl(FatalMessageService, GuestBrowser, $scope) {
|
|
$scope.guestBrowser = GuestBrowser
|
|
}
|