1
0
Fork 0
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:
Gunther Brunner 2014-05-15 16:17:43 +09:00
parent 1c480ab801
commit 7e45141a4e
6 changed files with 147 additions and 3 deletions

View file

@ -1,3 +1,3 @@
module.exports = function LayoutCtrl(FatalMessageService) {
module.exports = function LayoutCtrl(FatalMessageService, GuestBrowser, $scope) {
$scope.guestBrowser = GuestBrowser
}