TG-119 : change userSpace to studentSpace
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
function login() {
|
||||
console.log('login');
|
||||
|
||||
$state.go('userspace');
|
||||
$state.go('studentSpace');
|
||||
}
|
||||
|
||||
// Private methods ------------------
|
||||
|
@ -2,7 +2,7 @@
|
||||
'use strict';
|
||||
|
||||
angular.module('clientApp')
|
||||
.controller('UserSpaceCtrl', ['$scope', '$state',
|
||||
.controller('StudentSpaceCtrl', ['$scope', '$state',
|
||||
function ($scope, $state) {
|
||||
|
||||
$scope.toggleAccordion = toggleAccordion;
|
Reference in New Issue
Block a user