TG-118 : move OLA/.gitignore to OLA/backend/gitignore (import scripts file)
This commit is contained in:
22
frontend/app/scripts/controllers/userSpace.js
Executable file
22
frontend/app/scripts/controllers/userSpace.js
Executable file
@ -0,0 +1,22 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
angular.module('clientApp')
|
||||
.controller('UserSpaceCtrl', ['$scope', '$state',
|
||||
function ($scope, $state) {
|
||||
|
||||
init();
|
||||
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
function init() {
|
||||
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------
|
||||
// Public method -------------------------------------------------
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
}]);
|
||||
|
||||
})();
|
Reference in New Issue
Block a user