blob: 6c4d986477290f86f36d79c2609bf4f190a38931 [file] [log] [blame]
require('./screenshots.css')
module.exports = angular.module('stf.screenshots', [
require('stf/image-onload').name,
require('stf/settings').name
])
.run(['$templateCache', function($templateCache) {
$templateCache.put('control-panes/screenshots/screenshots.jade',
require('./screenshots.jade')
)
}])
.controller('ScreenshotsCtrl', require('./screenshots-controller'))