page de formation en cours
This commit is contained in:
@ -36,5 +36,11 @@ app.config(function ($stateProvider, $urlRouterProvider) {
|
||||
url: '/espace-etudiant',
|
||||
templateUrl: 'views/studentSpace.html',
|
||||
controller: 'StudentSpaceCtrl'
|
||||
})
|
||||
|
||||
.state('responsableFormationSpace', {
|
||||
url: '/espace-formation',
|
||||
templateUrl: 'views/responsableFormationSpace.html',
|
||||
controller: 'ResponsableFormationSpaceCtrl'
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user