Files
stf-DeviceFarmer/res/app/components/stf/common-ui/modals/lightbox-image/lightbox-image.jade
Gunther Brunner 71e139ddaf Added a modal lightbox-image directive.
Added a fallback-image directive.
Added the Device Photo on the Info tab.
2014-06-18 18:57:20 +09:00

11 lines
445 B
Plaintext

.stf-lightbox-image.stf-modal
.modal-header
button(type='button', ng-click='cancel()').close ×
h4.modal-title
i.fa.fa-mobile.fa-fw
span {{ title }}
.modal-body
img(ng-if='imageUrl', ng-src='{{imageUrl}}')
nothing-to-show(message='{{"No photo available"|translate}}', icon='fa-picture-o', ng-if='!imageUrl')
// TODO: replace !imageUrl here with a image-not-available='imageIsNotPresent = true' directive