Files
stf-DeviceFarmer/res/app/scripts/controllers/DeviceListCtrl.js

6 lines
139 B
JavaScript

define(['./module'], function(mod) {
mod.controller('DeviceListCtrl', ['$scope', '$http', 'devices', function($scope, $http) {
}])
})