angular.module('camotionAdmin') .controller('HomeController', ['$scope', '$state', function($scope, $state) { }]);