1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 12:00:08 +02:00

Add basic context-menu for actions.

This commit is contained in:
Gunther Brunner 2014-09-25 16:24:57 +09:00
parent c33d95ba7a
commit f705cd60a7
9 changed files with 86 additions and 4 deletions

View file

@ -66,6 +66,7 @@ module.exports =
newWindow.onbeforeunload = function () {
// TODO: check for usage
GroupService.kick(device).then(function () {
$rootScope.$digest()
})