(function () { 'use strict'; angular.module('clientApp') .controller('UserSpaceCtrl', ['$scope', '$state', function ($scope, $state) { init(); // --------------------------------------------------------------- function init() { } // --------------------------------------------------------------- // Public method ------------------------------------------------- // --------------------------------------------------------------- }]); })();