mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Add socket.io with authentication and start rebuilding the device list.
This commit is contained in:
parent
176310cb6d
commit
9ed2524a7f
17 changed files with 285 additions and 14 deletions
|
@ -6,8 +6,8 @@ define(['./app'], function(app) {
|
|||
$locationProvider.html5Mode(true)
|
||||
$routeProvider
|
||||
.when('/', {
|
||||
templateUrl: 'partials/signin'
|
||||
, controller: 'SignInCtrl'
|
||||
templateUrl: 'partials/deviceList'
|
||||
, controller: 'DeviceListCtrl'
|
||||
})
|
||||
.otherwise({
|
||||
redirectTo: '/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue