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

Added basic fatal message functionality.

This commit is contained in:
Gunther Brunner 2014-05-13 19:22:08 +09:00
parent 99ef24f93b
commit 1d44bf5da3
7 changed files with 81 additions and 4 deletions

View file

@ -1,2 +1,3 @@
module.exports = function LayoutCtrl() {
module.exports = function LayoutCtrl(FatalMessageService) {
}