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

6 lines
152 B
Plaintext

.stf-error-message
alert(type='danger', close='closeMessage()', ng-if='message')
strong(translate) Oops!
|  
span(ng-bind='message')