Files
stf-DeviceFarmer/res/app/components/stf/common-ui/error-message/index.js
Gunther Brunner a83ecd43ed Add error-message directive.
Improve UX for focus handling.
2014-09-26 17:47:14 +09:00

7 lines
158 B
JavaScript

require('./error-message.css')
module.exports = angular.module('stf.error-message', [
])
.directive('errorMessage', require('./error-message-directive'))