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