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