mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 05:53:27 +02:00
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
var _ = require('lodash')
|
|
|
|
module.exports = function BrowserCtrl($scope, $rootScope) {
|
|
|
|
|
|
|
|
}
|