mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add error-message directive.
Improve UX for focus handling.
This commit is contained in:
6
res/app/components/stf/common-ui/error-message/index.js
Normal file
6
res/app/components/stf/common-ui/error-message/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require('./error-message.css')
|
||||
|
||||
module.exports = angular.module('stf.error-message', [
|
||||
|
||||
])
|
||||
.directive('errorMessage', require('./error-message-directive'))
|
||||
Reference in New Issue
Block a user