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