(function () { 'use strict'; angular .module('core') .controller('HomeController', HomeController); function HomeController() { var vm = this; } }());