mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
- Hundreds of UI coming back.
This commit is contained in:
parent
6638da01a6
commit
325eaaf199
48 changed files with 785 additions and 51 deletions
11
res/app/control-panes/advanced/run-js/index.js
Normal file
11
res/app/control-panes/advanced/run-js/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
require('./run-js.css')
|
||||
|
||||
module.exports = angular.module('stf.run-js', [
|
||||
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put('control-panes/advanced/run-js/run-js.jade',
|
||||
require('./run-js.jade')
|
||||
)
|
||||
}])
|
||||
.controller('RunJsCtrl', require('./run-js-controller'))
|
Loading…
Add table
Add a link
Reference in a new issue