mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Starting to add Basic Mode.
This commit is contained in:
parent
7e45141a4e
commit
1bab43fed3
9 changed files with 31 additions and 21 deletions
|
@ -23,7 +23,7 @@ module.exports = angular.module('layout', [
|
|||
'angular-loading-bar',
|
||||
require('stf/common-ui').name,
|
||||
require('stf/socket/socket-state').name,
|
||||
require('stf/guest-browser').name
|
||||
require('stf/browser-info').name
|
||||
])
|
||||
.config(['$tooltipProvider', function ($tooltipProvider) {
|
||||
$tooltipProvider.options({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue