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