(function() { 'use strict'; angular .module('harbor.layout.user') .controller('UserController', UserController); function UserController() { } })();