mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Added Guest Browser properties detection (Touch, Mobile, Retina, WebGL, Websockets Binary, ...)
This commit is contained in:
parent
1c480ab801
commit
7e45141a4e
6 changed files with 147 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
module.exports = function LayoutCtrl(FatalMessageService) {
|
||||
|
||||
module.exports = function LayoutCtrl(FatalMessageService, GuestBrowser, $scope) {
|
||||
$scope.guestBrowser = GuestBrowser
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue