blob: 3ba2e852eaefcdbdb3d9ec0720544eea0f0fc678 [file] [log] [blame]
module.exports = angular.module('stf.automation', [
require('./store-account').name,
require('./device-settings').name
])
.run(['$templateCache', function($templateCache) {
$templateCache.put(
'control-panes/automation/automation.jade'
, require('./automation.jade')
)
}])