(function() { 'use strict'; angular .module('codeMowing.client') .controller('ErrorMainController', ErrorMainController); /* @ngInject */ function ErrorMainController($scope, $http, appConfig) { var vm = this; } })();