1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Fixed device redirect when not usable.

This commit is contained in:
Gunther Brunner 2014-05-29 02:27:08 +09:00
parent aa8f8fd999
commit 12fc884f78
10 changed files with 62 additions and 64 deletions

View file

@ -1,4 +1,4 @@
module.exports = function FatalMessageServiceFactory($modal, $location) {
module.exports = function ServiceFactory($modal, $location) {
var service = {}
var ModalInstanceCtrl = function ($scope, $modalInstance) {