mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
- Bringing back browser, navigation, input, dashboard and shell templates.
This commit is contained in:
11
res/app/control-panes/dashboard/input/index.js
Normal file
11
res/app/control-panes/dashboard/input/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
require('./input.css')
|
||||
|
||||
module.exports = angular.module('stf.input', [
|
||||
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put('control-panes/dashboard/input/input.jade',
|
||||
require('./input.jade')
|
||||
)
|
||||
}])
|
||||
.controller('InputCtrl', require('./input-controller'))
|
||||
Reference in New Issue
Block a user