mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Small fix
This commit is contained in:
parent
97c4d24a7a
commit
fd03c60b31
1 changed files with 2 additions and 1 deletions
|
@ -12,4 +12,5 @@ module.exports = angular.module('device-list', [
|
|||
})
|
||||
}])
|
||||
.controller('DeviceListCtrl', require('./device-list-controller'))
|
||||
.controller('DeviceListDetailsCtrl', require('./device-list-details-controller'))
|
||||
.controller('DeviceListDetailsCtrl',
|
||||
require('./device-list-details-controller'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue