Forgot to remove skynet service from controller

pull/52/head
rick carlino 2014-06-03 06:37:56 -07:00
parent 3d86878f1a
commit faf8965876
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
angular.module('FarmBot').controller "OverviewController", [
'$scope'
'Restangular'
'Skynet'
($scope, Restangular, Skynet) ->
Restangular.all('devices').getList().then (data) ->
$scope.devices = data