mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Added proper standalone support.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
module.exports =
|
||||
function ControlPanesController($scope, $http, gettext, $routeParams,
|
||||
$timeout, $location, DeviceService, GroupService, ControlService,
|
||||
StorageService, FatalMessageService, SettingsService, $window, $rootScope) {
|
||||
|
||||
$rootScope.standalone = $window.history.length < 2
|
||||
StorageService, FatalMessageService, SettingsService) {
|
||||
|
||||
var sharedTabs = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user