mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 23:05:22 +02:00
Added basic fatal message functionality.
This commit is contained in:
4
res/app/components/stf/common-ui/fatal-message/index.js
Normal file
4
res/app/components/stf/common-ui/fatal-message/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf.fatal-message', [
|
||||
|
||||
])
|
||||
.factory('FatalMessageService', require('./fatal-message-service'))
|
||||
Reference in New Issue
Block a user