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