1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Small fix

This commit is contained in:
Gunther Brunner 2014-05-30 15:20:14 +09:00
parent 97c4d24a7a
commit fd03c60b31

View file

@ -12,4 +12,5 @@ module.exports = angular.module('device-list', [
}) })
}]) }])
.controller('DeviceListCtrl', require('./device-list-controller')) .controller('DeviceListCtrl', require('./device-list-controller'))
.controller('DeviceListDetailsCtrl', require('./device-list-details-controller')) .controller('DeviceListDetailsCtrl',
require('./device-list-details-controller'))