mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 11:15:13 +02:00
Fix all res/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = angular.module('device-control', [
|
||||
require('ng-context-menu').name,
|
||||
require('stf/device-context-menu').name
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
.run(['$templateCache', function($templateCache) {
|
||||
$templateCache.put('control-panes/device-control/device-control.jade',
|
||||
require('./device-control.jade')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user