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