(function() { 'use strict'; angular .module('harbor.layout.add.new') .controller('AddNewController', AddNewController); AddNewController.$inject = []; function AddNewController() { var vm = this; } })();