Files
stf-DeviceFarmer/res/app/components/stf/common-ui/fallback-image/index.js
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

5 lines
129 B
JavaScript

module.exports = angular.module('stf.fallback-image', [
])
.directive('fallbackImage', require('./fallback-image-directive'))