1
0
Fork 0
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:
Gunther Brunner 2014-03-28 21:32:41 +09:00
parent 6638da01a6
commit 325eaaf199
48 changed files with 785 additions and 51 deletions

View 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'))